Open
Description
Dear all,
Describe the issue:
I am using DeepVariant
to detect genetic variants in my own data. However, it failed. Upon reviewing the log files, I noticed that, in addition to the previously mentioned warnings (#946), there is also an error message. The specific command I used is as follows:
Setup
- DeepVariant version: 1.8.0
Steps to reproduce:
- Command:
singularity exec ~/01.software/install/deepvariant_latest.sif run_deepvariant \
--model_type=WGS \
--ref=${ref} \
--reads=/work/home/acu6cshe3p/data/03.mapping/${pre}.dup.sort.fix.bam \
--output_vcf=/work/home/acu6cshe3p/data/01.reference/04.VCF/${pre}.vcf.gz \
--output_gvcf=/work/home/acu6cshe3p/data/01.reference/03.mapping/${pre}.gvcf.gz \
--num_shards=12 \
--regions="/work/home/acu6cshe3p/data/01.reference/chr.bed" \
--vcf_stats_report=true \
--disable_small_model=false \
--logging_dir=/work/home/acu6cshe3p/data/tmp/${pre}.logs \
--haploid_contigs="X,Y" \
--par_regions_bed="/work/home/acu6cshe3p/data/01.reference/GRCh38.PAR.bed" \
--dry_run=false \
--intermediate_results_dir /work/home/acu6cshe3p/data/tmp/${pre}
- Error trace: (if applicable)
The processed log file from the software run is attached for your reference (A18.log). Since the raw log file is too large, I have processed it using the following commandgrep -v "BED file does not have a tabix index. Reading full bed file"
.
Could you please help me determine the exact issue based on this error?
Thank you for your assistance.
Best wishes,
Zheng zhuqing
Metadata
Metadata
Assignees
Labels
No labels