fhcrc / taxtastic

Create and maintain phylogenetic "reference packages" of biological sequences.
GNU General Public License v3.0
21 stars 10 forks source link

RAxML info parsing bug #122

Closed jgolob closed 5 years ago

jgolob commented 6 years ago

Subtle change to regex that detects which kind of alignment. Previously AA anywhere in the info file (which can happen in sequence IDs randomly) would result in taxtastic assuming an amino acid alignment. This change makes the regex a bit more precise.