aquaskyline / Clairvoyante

Clairvoyante: a multi-task convolutional deep neural network for variant calling in Single Molecule Sequencing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrainingModels and new Bam file

yangxiaofeill opened this issue · comments

Dear authors,
Thanks for your Clairvoyante.
I try to use it as you described like:

cd training
python ../clairvoyante/callVarBam.py \
       --chkpnt_fn ../trainedModels/fullv3-illumina-novoalign-hg001+hg002-hg38/learningRate1e-3.epoch500 \
       --bam_fn ../testingData/chr21/chr21.bam \
       --ref_fn ../testingData/chr21/chr21.fa \
       --bed_fn ../testingData/chr21/chr21.bed \
       --call_fn chr21_calls.vcf \
       --ctgName chr21
less chr21_calls.vcf

I have downloaded the training data, however, I cannot find the trainedModels directory and also the trained model. Could you tell me where to download it or tell me how to train a model?

Another question, I want to run clairvoyante on a new BAM file, should I need to train a new model or what I need is just use your trained model?

Best
Xiaofei

Dear authors,
Thanks for your Clairvoyante.
I try to use it as you described like:

cd training
python ../clairvoyante/callVarBam.py \
       --chkpnt_fn ../trainedModels/fullv3-illumina-novoalign-hg001+hg002-hg38/learningRate1e-3.epoch500 \
       --bam_fn ../testingData/chr21/chr21.bam \
       --ref_fn ../testingData/chr21/chr21.fa \
       --bed_fn ../testingData/chr21/chr21.bed \
       --call_fn chr21_calls.vcf \
       --ctgName chr21
less chr21_calls.vcf

I have downloaded the training data, however, I cannot find the trainedModels directory and also the trained model. Could you tell me where to download it or tell me how to train a model?

Another question, I want to run clairvoyante on a new BAM file, should I need to train a new model or what I need is just use your trained model?

Best
Xiaofei