snpEff killed while reading genome version
0
0
Entering edit mode
4.0 years ago
j.lunger18 ▴ 30

Hello, I'm trying to use snpEff to annotate a vcf file. There are not a lot of hints here, so I'm not sure why this is being killed...

   $ java -Xmx8g -jar $SNPEFF_JAR -c $SNPEFF_HOME/snpEff.config -v GRCh38.86 my.vcf > final.vcf
    00:00:00    SnpEff version SnpEff 4.3t (build 2017-11-24 10:18), by Pablo Cingolani
    00:00:00    Command: 'ann'
    00:00:00    Reading configuration file '/usr/local/apps/snpEff/4.3t/snpEff.config'. Genome: 'GRCh38.86'
    00:00:00    Reading config file: /usr/local/apps/snpEff/4.3t/snpEff.config
    00:00:00    done
    00:00:00    Reading database for genome version 'GRCh38.86' from file '/fdb/snpEff/4.3t/data/GRCh38.86/snpEffectPredictor.bin' (this might take a while)
    Killed

Any help would be greatly appreciated. Thanks!

snpEff SNP • 1.2k views
ADD COMMENT
2
Entering edit mode

most likely is you are running out of memory, first check how much memory do you have, then try to increase the -Xmx8g parameter, that is only reserving 8GB RAM

ADD REPLY
0
Entering edit mode

Yep, I hadn't allocated enough memory. Thank you.

ADD REPLY

Login before adding your answer.

Traffic: 1482 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6