-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error with gaps in fasta file #28
Comments
Hi AleSR13, I dont know if you still have this problem but I will try to answer from my perspective. We are trying to find a replacement for progressiveMauve for doing the alignments in canSNPer2 but have not implemented this yet. My experience is that it is not always easy to know why progressiveMauve crashes and the dashes is only one reason, but "-" isnt always the problem. Try to reformat the headers in your fasta to something simple like ">1" ">2" etc. Sometimes if the headers are too long or have any special characters this can cause the same problem. Is it working with other genomes? Try downloading a public one and try and tell me if that one has the same problem., or could you send me the fasta so I can try? Kind regards |
Hi! I am trying to run CanSNPer2 for one F. tularensis sample. no luck Run 1 alignments to references using progressiveMauve During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Hi! Could you please specify which database (own or dowloaded from CanSNPer2-data), the references and also the command you are using when you get this error, or if you are able to share the sequence I can make a try. progressiveMauve are prone to get errors when the sequence id contains characters like "-". One thing to test is to rename the sequence ids to something like ">mygenome1" ">mygenome2" and so on. Kind regards |
Hi, i realised that i had installled cansnper instead of cansnper2. So I installed cansnper2 back and try again. However I still getting error message. I'm using francisella_tularensis.db downloaded from CaSNPer2 and I already renamed sequence ID to >mygenome1. (cansnper2) habix87@DESKTOP-1L3NIPV:~$ CanSNPer2 --database downloaded_database.db fastadir/*.fasta --summary During handling of the above exception, another exception occurred: Traceback (most recent call last): |
How can I share the sequence with you? |
Zip the file and upload it here or send it to my email caroline.ohrman[at]foi.se |
Hi, I already share the sequence. Have you tried yet? |
Hello! I am trying to run CanSNPer2 in three F. tularensis samples. With one sample it works as expected. However, with the other two I get this error:
I saw in #15 that a function had been implemented to correct for these gaps but either it is not working or I don't know how to activate it. I tried also to simly look for them and replace them but if I do:
I cannot find any dashes. Am I missing something?
Btw, I installed CanSNPer through
conda
using this yaml file:The text was updated successfully, but these errors were encountered: