Closed manuss11 closed 6 years ago
I ran into this issue a while back, wrote this hack years ago to fix it. Not sure if it'll still work. https://gist.github.com/stephenturner/005d4e4e322b8cf5b991d1d357527859#file-nullarbor-install-ubuntu1404-sh-L194
On Tue, Jul 3, 2018 at 3:36 PM manuss11 notifications@github.com wrote:
Hello, while running nullarbor it stopped and showed the following error: Can not find required 'vcffirstheader' in PATH I found that it is a bug from the 4.0 version of skippy. I tried to downgrade to 3.2v, but I am not able to run nullarbor with skippy 3.2. How could I solve this issue? Could I return the pipeline from that step?
Thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tseemann/nullarbor/issues/171, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcFLFGmEWiSfGK1Z96jSBnyZwX86Q1lks5uC8eugaJpZM4VBhDr .
Snippy 4 is a requirement of Nullarbor 2 . Both are close to release, but not quite ready yet.
It appears you have a bad vcflib installation. Vcflib was buggy in the past but I think it's fixed now.
How did you install things? Manually, brew or conda?
Mostly by using conda. I found a solution by installing 3.2v and then 4.0v (vcffirstheader remains, I don't know how). But after re-run, another bug related to snippy 4.0 appeared:
java.lang.RuntimeException: Error parsing property 'ref.NC_017960.codonTable'. No such codon table 'Bacterial_and_Plant_Plastid'
at org.snpeff.snpEffect.Config.createCodonTables(Config.java:169)
at org.snpeff.snpEffect.Config.readConfig(Config.java:650)
at org.snpeff.snpEffect.Config.init(Config.java:480)
at org.snpeff.snpEffect.Config.
Mr. Seemann, did you mean that we cannot run nullarbor 2 until snippy 4 will be released? Should I use Nullarbor 1 instead?
Thanks
SNippy 4 in conda is a mistake. Someone added it prematurely, It does not work. You'll need to use github clone method.
Hello, while running nullarbor it stopped and showed the following error: Can not find required 'vcffirstheader' in PATH I found that it is a bug from the 4.0 version of skippy. I tried to downgrade to 3.2v, but I am not able to run nullarbor with skippy 3.2. How could I solve this issue? Could I return the pipeline from that step?
Thanks