You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a FASTA file with unaligned sequences, when calling with --msa file.fasta, without specifying --msa-format FASTA, the error message is
ERROR: Error loading MSA: cannot parse any format supported by RAxML-NG!
Please re-run with --msa-format <FORMAT> and/or --log debug to get more information.
While of course unaligned sequences are not supported, the error message could be better here. Ideally, it should be the same as when actually specifying --msa-format FASTA, which reports
ERROR: Error loading MSA: FASTA file does not contain equal size sequences
for the same unaligned data.
The text was updated successfully, but these errors were encountered:
Given a FASTA file with unaligned sequences, when calling with
--msa file.fasta
, without specifying--msa-format FASTA
, the error message isWhile of course unaligned sequences are not supported, the error message could be better here. Ideally, it should be the same as when actually specifying
--msa-format FASTA
, which reportsfor the same unaligned data.
The text was updated successfully, but these errors were encountered: