tombo
tombo copied to clipboard
fasta file upload error
I tried several commands after the reference file path in the resquiggle command but every time it is showing the following error.
However the minimap2 is working fine. I tried running basic command given on the minimap2 github page, they are working fine.
Please let me know if any one can help me with the issue.
Thankyou.
Hi AnunayS. Are you totally sure that your FASTA filepath is correct?
Yes the fasta file path is correct. I am just not sure whether the command I am writing is correct or not because I am finding several different commands for the same.
@AnunayS Have you tried removing the leading slashes from the filepaths?
I tried that too but still the same error. It will be kind of you if you can give me a command that has actually worked for you so that I can try it out. That way I will be sure that the command is correct but there can be some installation problem with tombo or minimap2.
You could run python -c 'import mappy; aligner = mappy.Aligner("/tombotest/fast5/msmeg.fasta")'
to help diagnose the underlying issue here.