-
Notifications
You must be signed in to change notification settings - Fork 41
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
trimAl doesn't recognise alignment #53
Comments
I have the same issue with some of my protein alignments, but it works fine on the codon alignments. trimal -in INPUT -out OUTPUT -gt 0.9 |
I met with same issue just now. After removing stop codon ( which is * in the input ) before sequence alignment, everything just went well. |
I also encountered this problem... I changed the file extension, tried other fasta files, changed sequence names. None of them worked. I am asking for help. Thank you. |
I am new to using Trimal and I had the same issue. By removing the stop codons, I successfully ran the program. |
In my case, getting rid of * and # characters in the alignment solved the issue. |
Hi,
I have tried to find an answer by searching google but couldn't find anything.
I aligned my Data with mafft and now wanted to trim with TrimAl. The first two sequences worked but then I received following error message:
ERROR: The sequences in the input alignment should be aligned in order to use trimming method.
I will attach the file in question. CoaE.mafft.zip
The command used was:
trimal -in CoaE.mafft -out CoaE.triaml.fasta -fasta - automated1
Thank you for helping.
PS I really do hope this isn't a stupid question.
The text was updated successfully, but these errors were encountered: