bcbio / bcbio-nextgen

Validated, scalable, community developed variant calling, RNA-seq and small RNA analysis
https://bcbio-nextgen.readthedocs.io
MIT License
986 stars 354 forks source link

bcbio 1.1.5a fails with GATK with previously ok options re: ExomeSeq #2784

Closed lento2002 closed 5 years ago

lento2002 commented 5 years ago

bcbioadmin@ip-10-0-0-44> bcbio_nextgen.py -v 1.1.5a

bcbioadmin@ip-10-0-0-44> tail bcbio-nextgen.log

[2019-04-15T16:57Z] multiprocessing: calculate_sv_bins [2019-04-15T16:57Z] multiprocessing: calculate_sv_coverage [2019-04-15T16:57Z] multiprocessing: normalize_sv_coverage [2019-04-15T16:57Z] Timing: hla typing [2019-04-15T16:57Z] multiprocessing: call_hla [2019-04-15T16:57Z] Timing: alignment post-processing [2019-04-15T16:57Z] multiprocessing: piped_bamprep [2019-04-15T16:57Z] Timing: variant calling [2019-04-15T16:57Z] multiprocessing: variantcall_sample bcbioadmin@ip-10-0-0-44>


A USER ERROR has occurred: p is not a recognized option


Set the system property GATK_STACKTRACE_ON_USER_EXCEPTION (--java-options '-DGATK_STACKTRACE_ON_USER_EXCEPTION=true') to print the stack trace. Using GATK jar /mnt/fsx/share/bcbio/anaconda/share/gatk4-4.1.1.0-0/gatk-package-4.1.1.0-local.jar Running: java -Dsamjdk.use_async_io_read_samtools=false -Dsamjdk.use_async_io_write_samtools=true -Dsamjdk.use_async_io_write_tribble=false -Dsamjdk.compression_level=2 -Xms681m -Xmx3181m -XX:+UseSerialGC -Djava.io.tmpdir=/home/bcbioadmin/X175_exomeseq/config/bcbiotx/tmpegxznm3c -jar /mnt/fsx/share/bcbio/anaconda/share/gatk4-4.1.1.0-0/gatk-package-4.1.1.0-local.jar Mutect2 -R /mnt/fsx/share/bcbio/genomes/Hsapiens/hg38/seq/hg38.fa --annotation ClippingRankSumTest --annotation DepthPerSampleHC --annotation MappingQualityRankSumTest --annotation MappingQualityZero --annotation QualByDepth --annotation ReadPosRankSumTest --annotation RMSMappingQuality --annotation FisherStrand --annotation MappingQuality --annotation DepthPerAlleleBySample --annotation Coverage --read-validation-stringency LENIENT -I /home/bcbioadmin/X175_exomeseq/config/align/X-tumor/X-tumor-sort.bam --tumor-sample X-tumor -I /home/bcbioadmin/X175_exomeseq/config/align/X-normal/X-normal-sort.bam --normal-sample X-normal -L /home/bcbioadmin/X175_exomeseq/config/mutect2/chr4/X1-chr4_64352556_112622646-regions-nolcr.bed --interval-set-rule INTERSECTION --disable-read-filter NotDuplicateReadFilter -ploidy 2 -O /home/bcbioadmin/X175_exomeseq/config/bcbiotx/tmpegxznm3c/X1-chr4_64352556_112622646-raw.vcf.gz ' returned non-zero exit status 1.X

naumenko-sa commented 5 years ago

Hello, @lento2002 !

Thanks for reporting and sorry about the issues.

Could you please provide a yaml configuration file from your bcbio project?

Sergey

lento2002 commented 5 years ago

Sure, see below. Many thanks!

fc_date: '2015-11-18'

fc_name: final upload: dir: ../output details:

naumenko-sa commented 5 years ago

Thanks! Could you please try to upgrade to the latest stable version (1.1.5) ( it looks like you are on 1.1.5a)?

There was a change in MUTECT syntax: https://github.com/bcbio/bcbio-nextgen/commit/bd13a5683a346a54f3dec048b23b52482109332a

SN

roryk commented 5 years ago

Thanks, this should definitely solve the problem so closing it.