Closed kuzman1306 closed 3 years ago
Hi Nemanja,
Your error is due to the order in which sequence appear in alignments not being the same between alignment. It should be the same as alignments are generated from files were sequences appear in the same order… but that relies on a default option of MAFFT, --inputorder
It may be that you have a different version of MAFFT, or that on your platform this option is not the default. You can check with man mafft
and look for --inputorder
To make things more stable in case it is the issue, I updated the code (commit ae04d60) so that this option is invoked explicitly.
Can you please try again with the updated code and let me know?
Cheers, Florent
Hi Florent,
My mafft version is 6.240 (--inputorder, Output order: same as input. Default: on). Platform: Ubuntu 18.04.4 LTS
Anyway, I tried the updated code, and it is functioning now!
Thank you very much for your support!
Best regards,
Nemanja
Hi Nemanja, great to hear it works! I'll close this for now but please re-open if the issue re-occurs. Best, Florent
Hi,
with the command:
I got the following error:
Cheers,
Nemanja