GenomeSTRiP CNVDiscoveryPipeline failed
AnsweredI am running the CVN pipeline commands on our HPC clusters, got error around lsf library - not sure if this is something I can solve since our clusters use sge and I don't have cluster admin permission. Thank you.
Command:
java -Xmx4g -cp ${classpath} \
org.broadinstitute.gatk.queue.QCommandLine \
-S ${SV_DIR}/qscript/discovery/cnv/CNVDiscoveryPipeline.q \
-S ${SV_DIR}/qscript/SVQScript.q \
-cp ${classpath} \
-gatk ${SV_DIR}/lib/gatk/GenomeAnalysisTK.jar \
-configFile ${SV_DIR}/conf/genstrip_parameters.txt \
-R ${referencepath} \
-I genomestrip.bam.list \
-md output_metadata_directory \
-intervalList chr6 \
-ploidyMapFile software/1000G_phase1/human_g1k_v37_chr.ploidymap.txt \
-runDirectory output_CNVDiscoveryPipeline \
-jobLogDir output_CNVDiscoveryPipeline/logDir \
-tilingWindowSize 1000 \
-tilingWindowOverlap 500 \
-maximumReferenceGapLength 1000 \
-boundaryPrecision 100 \
-minimumRefinedLength 500 \
-run
Error:
java.lang.UnsatisfiedLinkError: Unable to load library 'lsf': liblsf.so: cannot open shared object file: No such file or directory
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:163)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:236)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:199)
at org.broadinstitute.gatk.utils.jna.lsf.v7_0_6.LibBat.<clinit>(LibBat.java:91)
at org.broadinstitute.gatk.queue.engine.lsf.Lsf706JobRunner$.<init>(Lsf706JobRunner.scala:237)
at org.broadinstitute.gatk.queue.engine.lsf.Lsf706JobRunner$.<clinit>(Lsf706JobRunner.scala)
at org.broadinstitute.gatk.queue.engine.lsf.Lsf706JobRunner.<init>(Lsf706JobRunner.scala:48)
at org.broadinstitute.gatk.queue.engine.lsf.Lsf706JobManager.create(Lsf706JobManager.scala:36)
at org.broadinstitute.gatk.queue.engine.lsf.Lsf706JobManager.create(Lsf706JobManager.scala:34)
at org.broadinstitute.gatk.queue.engine.QGraph.org$broadinstitute$gatk$queue$engine$QGraph$$newRunner(QGraph.scala:925)
at org.broadinstitute.gatk.queue.engine.QGraph.startOneJob(QGraph.scala:643)
at org.broadinstitute.gatk.queue.engine.QGraph.runJobs(QGraph.scala:507)
at org.broadinstitute.gatk.queue.engine.QGraph.run(QGraph.scala:168)
at org.broadinstitute.gatk.queue.QCommandLine.execute(QCommandLine.scala:170)
at org.broadinstitute.gatk.utils.commandline.CommandLineProgram.start(CommandLineProgram.java:256)
at org.broadinstitute.gatk.utils.commandline.CommandLineProgram.start(CommandLineProgram.java:158)
at org.broadinstitute.gatk.queue.QCommandLine$.main(QCommandLine.scala:61)
at org.broadinstitute.gatk.queue.QCommandLine.main(QCommandLine.scala)
-
Thank you for your post. Bob Handsaker has been tagged and will get back to you shortly.
-
You need to specify -jobRunner (typically Drmaa).
Typically you may need -jobNative arguments as well depending on your local cluster configuration.
-
HI Bob,
After I added both -jobRunner and -gatkJobrunner Drmaa, it solves the lsf error. However, there are new errors complaining "invalid intervals", though I think those intervals are legitimate. Thank you
-
If you are getting the same behavior, it is almost certainly because you are failing to successfully pass the -jobRunner argument. The default job runner, for historical reasons, is LSF 7.
You didn't say what scheduling software you are using on your cluster. Did SVPreprocess run successfully?
-
Hi Bob,
I have found out the invalid interval error is caused because in the previous SVPreprocess step I specified only a small region using -L chrXX:start_end, yet CNV -intervalList can only accept unit minimum at chromosome level. After rerun the SVPreprocess step using -L chrXX, CNV pipeline is running now. Is it possible to specify specific region within a chromosome in the CNV commands (I have tried supply with both -intervalList and -L but seems it ignored -L part)? Thank you.
-
It is in general not recommended to run SVPreprocess with -L. The job of SVPreprocess is to gather statistics on the overall properties of the sequencing data and these properties are more accurate/robust when run over the whole genome rather than a subset. So you should use -L with care. For example, if you run a single chromosome and there is an aneuploidy or a large CNV, your results for that sample may be thrown off.
The CNV pipeline results will also be affected if you do not run the entire genome. The -intervalList option is specific to the CNV pipeline. It is intended mostly to exclude reference contigs that should not be analyzed (like a mitochondrial contig or unplaced or alt contigs). If you want the safe path, I would run the whole genome. If you run a single chromosome with -intervalList, you should pay attention to the output of stage 5 which assesses samples based on the genome wide rate of CNV calls. If you are doing this, you should probably run to stage 5 (-lastStage 5), inspect the output, manually adjust the list of flagged samples, if appropriate, then continue with the rest of the pipeline. Flagged samples do not generate CNV calls unless there is support from a non-flagged sample. They will still be genotyped however.
-
Hi Bob, thanks for the detailed explanation and it makes total sense. Besides these suggestion, could you help troubleshoot - I am stuck (tried multiple times) at stage10 and the error message is unclear to me what causes the failure, plus if I manually execute the command that the error message related instead of qsub the whole original command, it finishes successfully.
ERROR 11:27:49,881 FunctionEdge - Error: 'java' '-Xmx3072m' '-XX:+UseParallelOldGC' '-XX:ParallelGCThreads=4' '-XX:GCTimeLimit=50' '-XX:GCHeapFreeLimit=10' '-Djava.io.tmpdir=.queue/tmp' '-cp' 'svtoolkit/lib/SVToolkit.jar:svtoolkit/lib/gatk/GenomeAnalysisTK.jar:svtoolkit/lib/gatk/Queue.jar' '-cp' 'svtoolkit/lib/SVToolkit.jar:svtoolkit/lib/gatk/GenomeAnalysisTK.jar:svtoolkit/lib/gatk/Queue.jar' 'org.broadinstitute.sv.main.SVAnnotator' '-vcf' 'output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/seq_chr6.adjacent_merged.genotypes.unfiltered.vcf.gz' '-R' 'hg19.fa' '-md' 'output_metadata_directory' '-auxFilePrefix' 'output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/seq_chr6.adjacent_merged.genotypes' '-reportDirectory' 'output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/eval' '-genderMapFile' 'output_metadata_directory/sample_gender.report.txt' '-ploidyMapFile' 'human_g1k_v37_chr.ploidymap.txt' -A CNQuality -A ClusterSeparation -A GenotypeFilter '-genotypeFilterFile' 'output_CNVDiscoveryPipeline/gender_gt_filters/gender_gt_filter.txt' '-filterDescriptionFile' 'output_CNVDiscoveryPipeline/gender_gt_filters/gender_gt_filter_descr.txt' '-filterVariants' 'false' '-writeReport' 'true' '-writeSummary' 'true' '-O' 'output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/seq_chr6.adjacent_merged.genotypes.base.annotated.vcf.gz'
-
You need to provide more information, like what is in the log file, for me to be able to help. The Queue output tells you the location of the log file for each job.
-
Hi Bob,
Here's the extracted related log file (number 13). I'd appreciate if you can help diagnosis of cause of error. Thank you.
ERROR 11:27:49,881 FunctionEdge - Error: 'java' '-Xmx3072m' '-XX:+UseParallelOldGC' '-XX:ParallelGCThreads=4' '-XX:GCTimeLimit=50' '-XX:GCHeapFreeLimit=10' '-Djava.io.tmpdir=/home/.queue/tmp' '-cp' '/home/software/svtoolkit/lib/SVToolkit.jar:/home/software/svtoolkit/lib/gatk/GenomeAnalysisTK.jar:/home/software/svtoolkit/lib/gatk/Queue.jar' '-cp' '/home/software/svtoolkit/lib/SVToolkit.jar:/home/software/svtoolkit/lib/gatk/GenomeAnalysisTK.jar:/home/software/svtoolkit/lib/gatk/Queue.jar' 'org.broadinstitute.sv.main.SVAnnotator' '-vcf' 'output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/seq_chr6.adjacent_merged.genotypes.unfiltered.vcf.gz' '-R' '/home/references/hg19/Reference/bwamem/hg19.fa' '-md' 'output_metadata_directory' '-auxFilePrefix' 'output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/seq_chr6.adjacent_merged.genotypes' '-reportDirectory' 'output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/eval' '-genderMapFile' 'output_metadata_directory/sample_gender.report.txt' '-ploidyMapFile' '/home/software/1000G_phase1/human_g1k_v37_chr.ploidymap.txt' -A CNQuality -A ClusterSeparation -A GenotypeFilter '-genotypeFilterFile' 'output_CNVDiscoveryPipeline/gender_gt_filters/gender_gt_filter.txt' '-filterDescriptionFile' 'output_CNVDiscoveryPipeline/gender_gt_filters/gender_gt_filter_descr.txt' '-filterVariants' 'false' '-writeReport' 'true' '-writeSummary' 'true' '-O' '/home/output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/seq_chr6.adjacent_merged.genotypes.base.annotated.vcf.gz'
ERROR 11:27:49,891 FunctionEdge - Contents of /home/output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/logs/CNVDiscoveryStage10-85.out:
INFO 10:33:30,479 06-Aug-2021 ProgressMeter - Starting 0.0 108.7 m 10780.8 w 100.0% 108.7 m 0.0 s
INFO 10:34:10,479 06-Aug-2021 ProgressMeter - Starting 0.0 109.3 m 10847.0 w 100.0% 109.3 m 0.0 s
INFO 10:34:40,480 06-Aug-2021 ProgressMeter - Starting 0.0 109.8 m 10896.6 w 100.0% 109.8 m 0.0 s
INFO 10:35:10,481 06-Aug-2021 ProgressMeter - Starting 0.0 110.3 m 10946.2 w 100.0% 110.3 m 0.0 s
INFO 10:35:40,482 06-Aug-2021 ProgressMeter - Starting 0.0 110.8 m 10995.8 w 100.0% 110.8 m 0.0 s
INFO 10:36:10,484 06-Aug-2021 ProgressMeter - Starting 0.0 111.3 m 11045.4 w 100.0% 111.3 m 0.0 s
INFO 10:36:40,484 06-Aug-2021 ProgressMeter - Starting 0.0 111.8 m 11095.0 w 100.0% 111.8 m 0.0 s
INFO 10:37:10,486 06-Aug-2021 ProgressMeter - Starting 0.0 112.3 m 11144.6 w 100.0% 112.3 m 0.0 s
INFO 10:37:40,486 06-Aug-2021 ProgressMeter - Starting 0.0 112.8 m 11194.2 w 100.0% 112.8 m 0.0 s
INFO 10:38:10,487 06-Aug-2021 ProgressMeter - Starting 0.0 113.3 m 11243.8 w 100.0% 113.3 m 0.0 s
INFO 10:38:40,489 06-Aug-2021 ProgressMeter - Starting 0.0 113.8 m 11293.4 w 100.0% 113.8 m 0.0 s
INFO 10:39:10,490 06-Aug-2021 ProgressMeter - Starting 0.0 114.3 m 11343.0 w 100.0% 114.3 m 0.0 s
INFO 10:39:40,491 06-Aug-2021 ProgressMeter - Starting 0.0 114.8 m 11392.6 w 100.0% 114.8 m 0.0 s
INFO 10:40:10,492 06-Aug-2021 ProgressMeter - Starting 0.0 115.3 m 11442.2 w 100.0% 115.3 m 0.0 s
INFO 10:40:40,494 06-Aug-2021 ProgressMeter - Starting 0.0 115.8 m 11491.8 w 100.0% 115.8 m 0.0 s
INFO 10:41:10,495 06-Aug-2021 ProgressMeter - Starting 0.0 116.3 m 11541.4 w 100.0% 116.3 m 0.0 s
INFO 10:41:40,496 06-Aug-2021 ProgressMeter - Starting 0.0 116.8 m 11591.0 w 100.0% 116.8 m 0.0 s
INFO 10:42:10,497 06-Aug-2021 ProgressMeter - Starting 0.0 117.3 m 11640.6 w 100.0% 117.3 m 0.0 s
INFO 10:42:40,498 06-Aug-2021 ProgressMeter - Starting 0.0 117.8 m 11690.2 w 100.0% 117.8 m 0.0 s
INFO 10:43:20,499 06-Aug-2021 ProgressMeter - Starting 0.0 118.5 m 11756.4 w 100.0% 118.5 m 0.0 s
INFO 10:44:00,499 06-Aug-2021 ProgressMeter - Starting 0.0 119.2 m 11822.5 w 100.0% 119.2 m 0.0 s
INFO 10:44:30,500 06-Aug-2021 ProgressMeter - Starting 0.0 119.7 m 11872.1 w 100.0% 119.7 m 0.0 s
INFO 10:45:00,501 06-Aug-2021 ProgressMeter - Starting 0.0 2.0 h 11921.7 w 100.0% 2.0 h 0.0 s
INFO 10:45:40,502 06-Aug-2021 ProgressMeter - Starting 0.0 2.0 h 11987.9 w 100.0% 2.0 h 0.0 s
INFO 10:46:20,503 06-Aug-2021 ProgressMeter - Starting 0.0 2.0 h 12054.0 w 100.0% 2.0 h 0.0 s
INFO 10:47:00,504 06-Aug-2021 ProgressMeter - Starting 0.0 2.0 h 12120.1 w 100.0% 2.0 h 0.0 s
INFO 10:47:40,505 06-Aug-2021 ProgressMeter - Starting 0.0 2.0 h 12186.3 w 100.0% 2.0 h 0.0 s
INFO 10:48:10,505 06-Aug-2021 ProgressMeter - Starting 0.0 2.1 h 12235.9 w 100.0% 2.1 h 0.0 s
INFO 10:48:40,507 06-Aug-2021 ProgressMeter - Starting 0.0 2.1 h 12285.5 w 100.0% 2.1 h 0.0 s
INFO 10:49:10,508 06-Aug-2021 ProgressMeter - Starting 0.0 2.1 h 12335.1 w 100.0% 2.1 h 0.0 s
INFO 10:49:50,509 06-Aug-2021 ProgressMeter - Starting 0.0 2.1 h 12401.2 w 100.0% 2.1 h 0.0 s
INFO 10:50:20,509 06-Aug-2021 ProgressMeter - Starting 0.0 2.1 h 12450.8 w 100.0% 2.1 h 0.0 s
INFO 10:50:50,510 06-Aug-2021 ProgressMeter - Starting 0.0 2.1 h 12500.4 w 100.0% 2.1 h 0.0 s
INFO 10:51:20,511 06-Aug-2021 ProgressMeter - Starting 0.0 2.1 h 12550.0 w 100.0% 2.1 h 0.0 s
INFO 10:51:50,512 06-Aug-2021 ProgressMeter - Starting 0.0 2.1 h 12599.7 w 100.0% 2.1 h 0.0 s
INFO 10:52:20,513 06-Aug-2021 ProgressMeter - Starting 0.0 2.1 h 12649.3 w 100.0% 2.1 h 0.0 s
INFO 10:52:50,514 06-Aug-2021 ProgressMeter - Starting 0.0 2.1 h 12698.9 w 100.0% 2.1 h 0.0 s
INFO 10:53:20,515 06-Aug-2021 ProgressMeter - Starting 0.0 2.1 h 12748.5 w 100.0% 2.1 h 0.0 s
INFO 10:53:50,516 06-Aug-2021 ProgressMeter - Starting 0.0 2.2 h 12798.1 w 100.0% 2.2 h 0.0 s
INFO 10:54:30,517 06-Aug-2021 ProgressMeter - Starting 0.0 2.2 h 12864.2 w 100.0% 2.2 h 0.0 s
INFO 10:55:00,518 06-Aug-2021 ProgressMeter - Starting 0.0 2.2 h 12913.8 w 100.0% 2.2 h 0.0 s
INFO 10:55:30,519 06-Aug-2021 ProgressMeter - Starting 0.0 2.2 h 12963.4 w 100.0% 2.2 h 0.0 s
INFO 10:56:10,520 06-Aug-2021 ProgressMeter - Starting 0.0 2.2 h 13029.6 w 100.0% 2.2 h 0.0 s
INFO 10:56:50,520 06-Aug-2021 ProgressMeter - Starting 0.0 2.2 h 13095.7 w 100.0% 2.2 h 0.0 s
INFO 10:57:20,521 06-Aug-2021 ProgressMeter - Starting 0.0 2.2 h 13145.3 w 100.0% 2.2 h 0.0 s
INFO 10:58:00,522 06-Aug-2021 ProgressMeter - Starting 0.0 2.2 h 13211.4 w 100.0% 2.2 h 0.0 s
INFO 10:58:30,522 06-Aug-2021 ProgressMeter - Starting 0.0 2.2 h 13261.0 w 100.0% 2.2 h 0.0 s
INFO 10:59:00,523 06-Aug-2021 ProgressMeter - Starting 0.0 2.2 h 13310.6 w 100.0% 2.2 h 0.0 s
INFO 10:59:30,524 06-Aug-2021 ProgressMeter - Starting 0.0 2.2 h 13360.3 w 100.0% 2.2 h 0.0 s
INFO 11:00:00,525 06-Aug-2021 ProgressMeter - Starting 0.0 2.3 h 13409.9 w 100.0% 2.3 h 0.0 s
INFO 11:00:40,525 06-Aug-2021 ProgressMeter - Starting 0.0 2.3 h 13476.0 w 100.0% 2.3 h 0.0 s
INFO 11:01:10,526 06-Aug-2021 ProgressMeter - Starting 0.0 2.3 h 13525.6 w 100.0% 2.3 h 0.0 s
INFO 11:01:40,527 06-Aug-2021 ProgressMeter - Starting 0.0 2.3 h 13575.2 w 100.0% 2.3 h 0.0 s
INFO 11:02:10,528 06-Aug-2021 ProgressMeter - Starting 0.0 2.3 h 13624.8 w 100.0% 2.3 h 0.0 s
INFO 11:02:40,529 06-Aug-2021 ProgressMeter - Starting 0.0 2.3 h 13674.4 w 100.0% 2.3 h 0.0 s
INFO 11:03:20,530 06-Aug-2021 ProgressMeter - Starting 0.0 2.3 h 13740.6 w 100.0% 2.3 h 0.0 s
INFO 11:04:00,531 06-Aug-2021 ProgressMeter - Starting 0.0 2.3 h 13806.7 w 100.0% 2.3 h 0.0 s
INFO 11:04:40,532 06-Aug-2021 ProgressMeter - Starting 0.0 2.3 h 13872.8 w 100.0% 2.3 h 0.0 s
INFO 11:05:10,533 06-Aug-2021 ProgressMeter - Starting 0.0 2.3 h 13922.4 w 100.0% 2.3 h 0.0 s
INFO 11:05:40,533 06-Aug-2021 ProgressMeter - Starting 0.0 2.3 h 13972.0 w 100.0% 2.3 h 0.0 s
INFO 11:06:10,534 06-Aug-2021 ProgressMeter - Starting 0.0 2.4 h 14021.6 w 100.0% 2.4 h 0.0 s
INFO 11:06:40,535 06-Aug-2021 ProgressMeter - Starting 0.0 2.4 h 14071.3 w 100.0% 2.4 h 0.0 s
INFO 11:07:10,536 06-Aug-2021 ProgressMeter - Starting 0.0 2.4 h 14120.9 w 100.0% 2.4 h 0.0 s
INFO 11:07:40,537 06-Aug-2021 ProgressMeter - Starting 0.0 2.4 h 14170.5 w 100.0% 2.4 h 0.0 s
INFO 11:08:10,538 06-Aug-2021 ProgressMeter - Starting 0.0 2.4 h 14220.1 w 100.0% 2.4 h 0.0 s
INFO 11:08:40,539 06-Aug-2021 ProgressMeter - Starting 0.0 2.4 h 14269.7 w 100.0% 2.4 h 0.0 s
INFO 11:09:10,540 06-Aug-2021 ProgressMeter - Starting 0.0 2.4 h 14319.3 w 100.0% 2.4 h 0.0 s
INFO 11:09:40,541 06-Aug-2021 ProgressMeter - Starting 0.0 2.4 h 14368.9 w 100.0% 2.4 h 0.0 s
INFO 11:10:20,542 06-Aug-2021 ProgressMeter - Starting 0.0 2.4 h 14435.0 w 100.0% 2.4 h 0.0 s
INFO 11:10:50,542 06-Aug-2021 ProgressMeter - Starting 0.0 2.4 h 14484.6 w 100.0% 2.4 h 0.0 s
INFO 11:11:20,543 06-Aug-2021 ProgressMeter - Starting 0.0 2.4 h 14534.2 w 100.0% 2.4 h 0.0 s
INFO 11:11:50,544 06-Aug-2021 ProgressMeter - Starting 0.0 2.5 h 14583.8 w 100.0% 2.5 h 0.0 s
INFO 11:12:30,545 06-Aug-2021 ProgressMeter - Starting 0.0 2.5 h 14650.0 w 100.0% 2.5 h 0.0 s
INFO 11:13:00,546 06-Aug-2021 ProgressMeter - Starting 0.0 2.5 h 14699.6 w 100.0% 2.5 h 0.0 s
INFO 11:13:30,547 06-Aug-2021 ProgressMeter - Starting 0.0 2.5 h 14749.2 w 100.0% 2.5 h 0.0 s
INFO 11:14:00,548 06-Aug-2021 ProgressMeter - Starting 0.0 2.5 h 14798.8 w 100.0% 2.5 h 0.0 s
INFO 11:14:30,549 06-Aug-2021 ProgressMeter - Starting 0.0 2.5 h 14848.4 w 100.0% 2.5 h 0.0 s
INFO 11:15:00,551 06-Aug-2021 ProgressMeter - Starting 0.0 2.5 h 14898.0 w 100.0% 2.5 h 0.0 s
INFO 11:15:30,552 06-Aug-2021 ProgressMeter - Starting 0.0 2.5 h 14947.6 w 100.0% 2.5 h 0.0 s
INFO 11:16:00,553 06-Aug-2021 ProgressMeter - Starting 0.0 2.5 h 14997.2 w 100.0% 2.5 h 0.0 s
INFO 11:16:30,554 06-Aug-2021 ProgressMeter - Starting 0.0 2.5 h 15046.8 w 100.0% 2.5 h 0.0 s
INFO 11:17:10,554 06-Aug-2021 ProgressMeter - Starting 0.0 2.5 h 15113.0 w 100.0% 2.5 h 0.0 s
INFO 11:17:40,555 06-Aug-2021 ProgressMeter - Starting 0.0 2.5 h 15162.6 w 100.0% 2.5 h 0.0 s
INFO 11:18:20,556 06-Aug-2021 ProgressMeter - Starting 0.0 2.6 h 15228.7 w 100.0% 2.6 h 0.0 s
INFO 11:19:00,557 06-Aug-2021 ProgressMeter - Starting 0.0 2.6 h 15250.3 w 100.0% 2.6 h 0.0 s
INFO 11:19:30,557 06-Aug-2021 ProgressMeter - Starting 0.0 2.6 h 15250.3 w 100.0% 2.6 h 0.0 s
INFO 11:20:00,558 06-Aug-2021 ProgressMeter - Starting 0.0 2.6 h 15250.3 w 100.0% 2.6 h 0.0 s
INFO 11:20:30,559 06-Aug-2021 ProgressMeter - Starting 0.0 2.6 h 15250.3 w 100.0% 2.6 h 0.0 s
INFO 11:21:10,560 06-Aug-2021 ProgressMeter - Starting 0.0 2.6 h 15250.3 w 100.0% 2.6 h 0.0 s
INFO 11:21:40,561 06-Aug-2021 ProgressMeter - Starting 0.0 2.6 h 15250.3 w 100.0% 2.6 h 0.0 s
INFO 11:22:10,562 06-Aug-2021 ProgressMeter - Starting 0.0 2.6 h 15250.3 w 100.0% 2.6 h 0.0 s
INFO 11:22:40,563 06-Aug-2021 ProgressMeter - Starting 0.0 2.6 h 15250.3 w 100.0% 2.6 h 0.0 s
INFO 11:23:10,564 06-Aug-2021 ProgressMeter - Starting 0.0 2.6 h 15250.3 w 100.0% 2.6 h 0.0 s
INFO 11:23:50,564 06-Aug-2021 ProgressMeter - Starting 0.0 2.7 h 15250.3 w 100.0% 2.7 h 0.0 s
INFO 11:24:20,565 06-Aug-2021 ProgressMeter - Starting 0.0 2.7 h 15250.3 w 100.0% 2.7 h 0.0 s
INFO 11:24:50,566 06-Aug-2021 ProgressMeter - Starting 0.0 2.7 h 15250.3 w 100.0% 2.7 h 0.0 s
INFO 11:25:20,567 06-Aug-2021 ProgressMeter - Starting 0.0 2.7 h 15250.3 w 100.0% 2.7 h 0.0 s
INFO 11:25:50,568 06-Aug-2021 ProgressMeter - Starting 0.0 2.7 h 15250.3 w 100.0% 2.7 h 0.0 s
INFO 11:26:30,568 06-Aug-2021 ProgressMeter - Starting 0.0 2.7 h 15250.3 w 100.0% 2.7 h 0.0 s
INFO 11:27:00,570 06-Aug-2021 ProgressMeter - Starting 0.0 2.7 h 15250.3 w 100.0% 2.7 h 0.0 s
INFO 11:27:49,892 QGraph - Writing incremental jobs reports...
INFO 11:27:49,892 QGraph - 6 Pend, 0 Run, 1 Fail, 84 Done
INFO 11:27:49,894 QCommandLine - Writing final jobs report...
INFO 11:27:49,894 QCommandLine - Done with errors
INFO 11:27:49,896 QGraph - -------
INFO 11:27:49,896 QGraph - Failed: 'java' '-Xmx3072m' '-XX:+UseParallelOldGC' '-XX:ParallelGCThreads=4' '-XX:GCTimeLimit=50' '-XX:GCHeapFreeLimit=10' '-Djava.io.tmpdir=/home/.queue/tmp' '-cp' '/home/software/svtoolkit/lib/SVToolkit.jar:/home/software/svtoolkit/lib/gatk/GenomeAnalysisTK.jar:/home/software/svtoolkit/lib/gatk/Queue.jar' '-cp' '/home/software/svtoolkit/lib/SVToolkit.jar:/home/software/svtoolkit/lib/gatk/GenomeAnalysisTK.jar:/home/software/svtoolkit/lib/gatk/Queue.jar' 'org.broadinstitute.sv.main.SVAnnotator' '-vcf' 'output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/seq_chr6.adjacent_merged.genotypes.unfiltered.vcf.gz' '-R' '/home/references/hg19/Reference/bwamem/hg19.fa' '-md' 'output_metadata_directory' '-auxFilePrefix' 'output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/seq_chr6.adjacent_merged.genotypes' '-reportDirectory' 'output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/eval' '-genderMapFile' 'output_metadata_directory/sample_gender.report.txt' '-ploidyMapFile' '/home/software/1000G_phase1/human_g1k_v37_chr.ploidymap.txt' -A CNQuality -A ClusterSeparation -A GenotypeFilter '-genotypeFilterFile' 'output_CNVDiscoveryPipeline/gender_gt_filters/gender_gt_filter.txt' '-filterDescriptionFile' 'output_CNVDiscoveryPipeline/gender_gt_filters/gender_gt_filter_descr.txt' '-filterVariants' 'false' '-writeReport' 'true' '-writeSummary' 'true' '-O' '/home/output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/seq_chr6.adjacent_merged.genotypes.base.annotated.vcf.gz'
INFO 11:27:49,896 QGraph - Log: /home/output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/logs/CNVDiscoveryStage10-85.out
INFO 11:27:49,897 QCommandLine - Script failed: 6 Pend, 0 Run, 1 Fail, 84 Done
------------------------------------------------------------------------------------------
Done. There were no warn messages.
------------------------------------------------------------------------------------------ -
The CNV pipeline has nested log files, so it can be a little hard for me to tell which log file I am looking at. Can you zip/tar the log file above and also /home/output_CNVDiscoveryPipeline/cnv_stage10/seq_chr6/logs/CNVDiscoveryStage10-85.out and email them to me directly (rather than cutting/pasting)?
Also, just as something possible to try: you could try rerunning Queue (which should be just retrying the failed job) but increase the memory which I think can be done with "-memLimit 4" or "-memLimit 8" (4G/8G respectively) on the command line or something like that. You should see the -Xmx values in the command line being run change. If you are specifying a -jobNative memory reservation, you may need to turn that up as well.
-
Hi Bob, thank you for the suggestion. By increasing the -h_vmem within jobNative parameter the job completes. The ticket can be closed now.
Please sign in to leave a comment.
11 comments