-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
snippy-multi ERROR: Can't open --ref BZ100/ref.fa #591
Comments
can you try 'less multi.sh' and show your result? Maybe I can help u after seeing that |
Thank you very much for helping me solve this error. |
Please confirm: |
Sorry, I made a mistake in the previous statement.
|
make sure the output path changed to an absolute path |
I eventually solved this problem by adding comments to the input.tab file. For example, when reading a paired-end sequencing file, add '# input.tab = ID R1 [R2]' to the first line of the input.tab file. |
Hi there, When you run In detail: Consider this input.tab
By running you will end up with this runme.sh file (cat)
As you see, you have To solve this:
|
You pointed out my mistakes and gave a clear and concise principle. My knowledge of bioinformatics has been further improved. Thank you very much. |
Hi,
I have a question for you about snippy-multi:
I tried to run snippy-multi.
I first generated a label file (input.tab) as follows:
BZ93 /home/disk/project/G20240703/genome_analysis/geome/BZ93.fsa
BZ_48_8 /home/disk/project/G20240703/genome_analysis/geome/BZ_48_8.fsa
BZ107 /home/disk/project/G20240703/genome_analysis/geome/BZ107.fsa
BZ85 /home/disk/project/G20240703/genome_analysis/geome/BZ85.fsa
BZ77 /home/disk/project/G20240703/genome_analysis/geome/BZ77.fsa
BZ67 /home/disk/project/G20240703/genome_analysis/geome/BZ67.fsa
BZ79 /home/disk/project/G20240703/genome_analysis/geome/BZ79.fsa
BZ98 /home/disk/project/G20240703/genome_analysis/geome/BZ98.fsa
When I run the following command, I get the following error:
snippy-multi input.tab --ref sequence.fasta --cpus 16 --outdir mysnippy > multi.sh
sh multi.sh
ERROR: Can't open --ref BZ100/ref.fa
I tried to find the answer in the github issue, and the #463 issue is exactly the same as my current situation. But he solved the problem by replacing the GBK file with a fasta file, but my reference genome is a fasta file.
Why does "ERROR: Can't open --ref BZ100/ref.fa" still appear now?
The text was updated successfully, but these errors were encountered: