Entering edit mode
6.2 years ago
lmobuchon
•
0
Dear colleagues,
I am trying to run HaplotypeCaller on ~180 WES on our cluster but I got error (see below). I am using Java 1.8.0_74 and GenomeAnalysisTK-3.1-1, and no multithread.
Thanks a lot for your help !
Lenha
Error:
##### ERROR -----------------------------------------------------------------------------------------
ERROR stack trace
java.lang.ExceptionInInitializerError
at org.broadinstitute.sting.gatk.GenomeAnalysisEngine.(GenomeAnalysisEngine.java:167)
at org.broadinstitute.sting.gatk.CommandLineExecutable.(CommandLineExecutable.java:57)
at org.broadinstitute.sting.gatk.CommandLineGATK.(CommandLineGATK.java:66)
at org.broadinstitute.sting.gatk.CommandLineGATK.main(CommandLineGATK.java:106)
Caused by: java.lang.NullPointerException
at org.reflections.Reflections.scan(Reflections.java:220)
at org.reflections.Reflections.scan(Reflections.java:166)
at org.reflections.Reflections.(Reflections.java:94)
at org.broadinstitute.sting.utils.classloader.PluginManager.(PluginManager.java:79)
... 4 more
##### ERROR -----------------------------------------------------------------------------------------
ERROR A GATK RUNTIME ERROR has occurred (version 3.1-1-g07a4bf8):
ERROR
ERROR This might be a bug. Please check the documentation guide to see if this is a known probl
em.
ERROR If not, please post the error message, with stack trace, to the GATK forum.
ERROR Visit our website and forum for extensive documentation and answers to
ERROR commonly asked questions http://www.broadinstitute.org/gatk
ERROR
ERROR MESSAGE: Code exception (see stack trace for error itself)
ERROR -----------------------------------------------------------------------------------------
what was the command line ? how about using a more recent version (e.g: 3.8 ?)
This is the command line :
I launched it on a our compute cluster !
I will try with a more recent version as well !
Thanks a lot ! :)
Hello lmobuchon,
Please use the formatting bar (especially the
code
option) to present your post better. I've done it for you this time.Thank you!
hard to debug with all those
${}
with unknown values....OK sorry; This is the whole command line:
I tried without the loop as well but it didn't work !
I tried with the latest version of java and I get the same error ! :( Lenha
and the lastest version of gatk ?