iTaxoTools / TaxI2-legacy

Calculates genetic differences between DNA sequences
GNU General Public License v3.0
0 stars 0 forks source link

Bug: "seqid" not found #9

Closed mvences closed 3 years ago

mvences commented 3 years ago

When running an input file (example attached here) the program gives an error message more or less like "seqid not found".

According to Sangeeta this seems is due to a small bug in the command converting field (column) names to upper vs. lower case and can be easily fixed by changing one command. (she changed "casefold" to "lower" to make it work here, but it will be better if you apply this or an equivalent change in the master version of the code).

The same bug also shows up again when trying to show the alignment output.

taxi2_short_example_file.zip

necrosovereign commented 3 years ago

@mvences I only get this message when "Print alignments" option is on. I fixed it and it doesn't seem that 'casefold' is a problem.

mvences commented 3 years ago

OK. In the next round, I will be checking the performance of taxi2 thoroughly and will then let you know in case the problem shows up again.