您好,我正在构建一种基因组组装方法,我的管道的一个关键步骤是分阶段。我一直在寻找不同的方法,最近发现了看起来很有希望用于多倍体单倍体分析的 H-PoPG。我正在尝试测试我的数据,但我得到了以下结果,并且在网络上找不到任何帮助或论坛。
这是我正在使用的命令:
java -jar H-PoPG.jar -p 3 -w 0.9 -f fragment_matrix_Chrm1 -vcf PilonChrm1.vcf -o output_phased_Chrm1
这是错误消息:
Exception in thread "main" java.lang.NullPointerException
at algorithms.HBOP2Builder.<init>(HBOP2Builder.java:59)
at algorithms.HBOP2Builder.<init>(HBOP2Builder.java:25)
at algorithms.HPBOP2Alg.buildHaplotype(HPBOP2Alg.java:24)
at main.PolyPlotyping.Polyphasing(PolyPlotyping.java:224)
at main.PolyPlotyping.go(PolyPlotyping.java:159)
at main.PolyPlotyping.main(PolyPlotyping.java:280)
srun: error: neumann: task 0: Exited with exit code 1
谁能通过向我解释这个错误可能来自哪里来指出我正确的方向?非常感谢