Question: GATK Runtime error - Avoid using deprecated tools or risk unexpected errors/results
2
gravatar for tammy.wiltshire
9 months ago by
tammy.wiltshire20 wrote:

Hi, I have successfully ran samples through the Galaxy pipeline, however, two samples have come up with an error when I run the unified genotyper. Hope someone can help, thank you

<h5>ERROR stack trace</h5>

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(Unknown Source) at java.util.ArrayList.get(Unknown Source) at net.sf.samtools.Cigar.getCigarElement(Cigar.java:54) at org.broadinstitute.sting.gatk.walkers.indels.PairHMMIndelErrorModel.computeReadHaplotypeLikelihoods(PairHMMIndelErrorModel.java:441) at org.broadinstitute.sting.gatk.walkers.genotyper.IndelGenotypeLikelihoodsCalculationModel.getLikelihoods(IndelGenotypeLikelihoodsCalculationModel.java:392) at org.broadinstitute.sting.gatk.walkers.genotyper.UnifiedGenotyperEngine.calculateLikelihoods(UnifiedGenotyperEngine.java:246) at org.broadinstitute.sting.gatk.walkers.genotyper.UnifiedGenotyperEngine.calculateLikelihoodsAndGenotypes(UnifiedGenotyperEngine.java:184) at org.broadinstitute.sting.gatk.walkers.genotyper.UnifiedGenotyper.map(UnifiedGenotyper.java:276) at org.broadinstitute.sting.gatk.walkers.genotyper.UnifiedGenotyper.map(UnifiedGenotyper.java:112) at org.broadinstitute.sting.gatk.traversals.TraverseLoci.traverse(TraverseLoci.java:78) at org.broadinstitute.sting.gatk.traversals.TraverseLoci.traverse(TraverseLoci.java:18) at org.broadinstitute.sting.gatk.executive.LinearMicroScheduler.execute(LinearMicroScheduler.java:63) at org.broadinstitute.sting.gatk.GenomeAnalysisEngine.execute(GenomeAnalysisEngine.java:233) at org.broadinstitute.sting.gatk.CommandLineExecutable.execute(CommandLineExecutable.java:122) at org.broadinstitute.sting.commandline.CommandLineProgram.start(CommandLineProgram.java:236) at org.broadinstitute.sting.commandline.CommandLineProgram.start(CommandLineProgram.java:146) at org.broadinstitute.sting.gatk.CommandLineGATK.main(CommandLineGATK.java:90)

<h5>ERROR ------------------------------------------------------------------------------------------</h5> <h5>ERROR A GATK RUNTIME ERROR has occurred (version exported):</h5> <h5>ERROR</h5>
ADD COMMENTlink modified 9 months ago by Jennifer Hillman Jackson25k • written 9 months ago by tammy.wiltshire20
1
gravatar for Jennifer Hillman Jackson
9 months ago by
United States
Jennifer Hillman Jackson25k wrote:

Hello,

All GATK tools wrapped for Galaxy, whether found on a public server, including Galaxy Main https://usegalaxy.org, or still available in the Main ToolShed http://usegalaxy.org/toolshed) are deprecated and should not be used. There is no active development planned for these older tool versions (related to the source licensing for these GATK versions). The latest GATK version has a more open usage license and the tools may be wrapped in the future by the IUC group (gitter chat) or other community contributors.

For Galaxy Main, these tools are pending an update to either hide or remove them entirely from the server: https://github.com/galaxyproject/galaxy/issues/3607

The recommended workflow/tools for variant analysis are covered in the Galaxy tutorials (Freebayes and others).

Galaxy tutorial Hub: https://galaxyproject.org/learn/

Specifically, these tutorials are designed to work with the tools/resources at Galaxy Main:

  • Variant discovery: diploid case - this tutorial explains calling sequence variants in diploid systems like ... humans.
  • Variant discovery: haploid case - this tutorial explains calling sequence variants in haploid systems like ... bacteria and viruses.

More tutorials/guides are linked at the *Galaxy tutorial Hub * for use in a local/cloud/docker Galaxy that has been configured to include the tutorial's tools/resources. The Galaxy Training Network (GTN) site has details about the available pre-configured Docker Galaxy instances specific for tutorials plus other options -- direct link: https://galaxyproject.org/teach/gtn/

Thanks! Jen, Galaxy team

ADD COMMENTlink written 9 months ago by Jennifer Hillman Jackson25k
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 177 users visited in the last hour