husonlab / splitstree6

SplitsTree App
https://husonlab.github.io/splitstree6/
GNU General Public License v3.0
21 stars 3 forks source link

Nexus File do not open: Expected 1720 taxon name, found 1723 #22

Open StephanieRodrigues opened 1 month ago

StephanieRodrigues commented 1 month ago

Hi All, I am trying to run splitsTree for a gene. I have my alignment but once I tried to open I got this message: Failed:Line 1725: expected 1720 taxon names, found: 1723 Open file failed: jloda.util.IOExceptionWithLineNumber: Line 1725: expected 1720 taxon names, found: 1723.

I checked my entire alignment, there is no extra taxon name. I removed any weird character from the file that could potentially cause that but I still find this error. As git does not allow me to upload a nexus, I am attaching a text file with my sequences. hlgC_1720.txt

Thanks!

husonlab commented 1 month ago

I just loaded your alignment into SplitsTree. The sequence starting on line 3436 has a different length than the previous ones. If you give SplitsTree a FastA file as input then it will assume that all sequences are the same length...

On Jun 13, 2024, at 18:25, Stephanie Rodrigues @.***> wrote:

Hi All, I am trying to run splitsTree for a gene. I have my alignment but once I tried to open I got this message: Failed:Line 1725: expected 1720 taxon names, found: 1723 Open file failed: jloda.util.IOExceptionWithLineNumber: Line 1725: expected 1720 taxon names, found: 1723.

I checked my entire alignment, there is no extra taxon name. I removed any weird character from the file that could potentially cause that but I still find this error. As git does not allow me to upload a nexus, I am attaching a text file with my sequences. hlgC_1720.txt https://github.com/user-attachments/files/15825364/hlgC_1720.txt Thanks!

— Reply to this email directly, view it on GitHub https://github.com/husonlab/splitstree6/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTNU4QVJKNFJ3G4BLEQS6TZHHBYNAVCNFSM6AAAAABJIXY47OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2TCNJWGU3TSMY. You are receiving this because you are subscribed to this thread.

StephanieRodrigues commented 1 month ago

Hi, Thanks for the reply!