Closed lbeltrame closed 10 years ago
Strangely enough, this does not occur when running the pipeline in local mode (this one was ran in ipython cluster mode).
Luca; Thanks for the report. Would you be able to share a representative sample YAML file from the run that failed? I completely re-did variant calling organization (and also BAM prep organization as of this morning) so this is the likely cause. The ipython/local mode difference is likely due to being a re-run rather than an original run, rather than being distributed. If I can reproduce the case locally I'll work on a fix. Thanks again for the report.
- algorithm:
aligner: bwa
clinical_reporting: true
coverage_depth: high
coverage_interval: regional
mark_duplicates: false
min_allele_fraction: 5.0
platform: illumina
quality_format: Standard
realign: gatk
recalibrate: gatk
trim_reads: false
variant_regions: variant_regions1
variantcaller:
- mutect
- varscan
- freebayes
write_summary: true
analysis: variant2
description: Sample_20183_normal
files:
- /mnt/data/projects/project2/raw_data/Sample_20183_normal_R1.fastq.gz
- /mnt/data/projects/project2/raw_data/Sample_20183_normal_R2.fastq.gz
genome_build: hg19
metadata:
batch: Sample_20183_tumor_vs_normal
phenotype: normal
- algorithm:
aligner: bwa
clinical_reporting: true
coverage_depth: high
coverage_interval: regional
mark_duplicates: false
min_allele_fraction: 5.0
platform: illumina
quality_format: Standard
realign: gatk
recalibrate: gatk
trim_reads: false
variant_regions: variant_regions1
variantcaller:
- mutect
- varscan
- freebayes
write_summary: true
analysis: variant2
description: Sample_20183_tumor
files:
- /mnt/data/projects/project2/raw_data/Sample_20183_tumor_R1.fastq.gz
- /mnt/data/projects/project2/raw_data/Sample_20183_tumor_R2.fastq.gz
genome_build: hg19
metadata:
batch: Sample_20183_tumor_vs_normal
phenotype: tumor
variant_regions1
points to the BED file of the regions.
Luca -- thanks much. I spent more time on this and tried to clean up edge cases and simplify things a bit so believe I've resolved this issue. Please let us know if you run into any other problems but hopefully the latest development will work cleanly now.
Master from a couple of days ago.
Traceback:
This occurs at the
split_variants_by_sample
step.