Genome Analysis Toolkit

Variant Discovery in High-Throughput Sequencing Data

GATK process banner

Need Help?

Search our documentation

Community Forum

Hi, How can we help?

Developed in the Data Sciences Platform at the Broad Institute, the toolkit offers a wide variety of tools with a primary focus on variant discovery and genotyping. Its powerful processing engine and high-performance computing features make it capable of taking on projects of any size. Learn more

core dumped when using IndexFeatureFinder to generate index for dbSNP.vcf file

0

2 comments

  • Avatar
    Gökalp Çelik

    Hi Daniel Rodden

    The core dump message does not seem to be related to the vcf lines but about the executor's script's line number 12 which is the gatk command. If it is a core dump this could also have a java err file somewhere around the execution folder. If not we recommend you to activate verbose gatk error messages using the option below.

    --java-options '-DGATK_STACKTRACE_ON_USER_EXCEPTION=true'

    Increasing the java heapsize using --java-options "-Xmx" option could solve the problem if it is a heapsize issue, however sometimes this could also be due to temporary folder assignment. Can you also try changing the temporary folder to another location where you have plenty of read and write access?

    --tmp-dir /path/to/tmp

    If none of them works you may use tabix on bgzipped vcf files to index

    tabix -p vcf vcffile.vcf.gz

    or you may try using bcftools index option. 

    I hope any of these will help. 

    1
    Comment actions Permalink
  • Avatar
    Daniel Rodden

    Hi,

    Thanks for your reply. I'm going to try generating the index using tabix and tell you if that works. I'll also try your above suggestions, and report back on what works. Thanks! 

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk