snippy-multi bad Id error
0
0
Entering edit mode
20 months ago

I am running snippy multi. This is my command

snippy-multi isolate.tab --ref"/home/sameen/Klebsella/Snippy/reference.fa" --cpus 3 >runme.sh

This is my isolate.tab file

BC0123IDRLAKUS2     /home/sameen/Klebsella/Snippy/contigs/BC0123-IDRL-AKU_S2_assembly.fasta
BL10442IDRLAKUS7    /home/sameen/Klebsella/Snippy/contigs/BL10442-IDRL-AKU_S7_assembly.fasta.

I am using contigs that I got from spade, but the error says bad Id. I did everything to make it work

snippy snippy-multi • 874 views
ADD COMMENT
0
Entering edit mode

Can you try without the quotes?

snippy-multi isolate.tab --ref /home/sameen/Klebsella/Snippy/reference.fa --cpus 3 > runme.sh
sh ./runme.sh
ADD REPLY
0
Entering edit mode

its giving the same error

ADD REPLY
1
Entering edit mode
BL10442IDRLAKUS7    /home/sameen/Klebsella/Snippy/contigs/BL10442-IDRL-AKU_S7_assembly.fasta.

Is there an extra period at the end of this line in your file? File is tab delimited?

Just to be explicit

snippy-multi /path_to/isolate.tab --ref /home/sameen/Klebsella/Snippy/reference.fa --cpus 3 > runme.sh
ADD REPLY

Login before adding your answer.

Traffic: 3131 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