AntonelliLab / raxmlGUI

A new graphical interface for RAxML
https://antonellilab.github.io/raxmlGUI/
GNU Affero General Public License v3.0
19 stars 4 forks source link

Version 2.0.10 doesn't recognize lowercase iupac nucleotide codes #316

Open gibbipicasso opened 10 months ago

gibbipicasso commented 10 months ago
Screenshot 2023-10-26 at 3 43 33 PM

Changing the case of alignment from lowercase to uppercase fixed the issue: awk 'BEGIN{FS=" "}{if(!/>/){print toupper($0)}else{print $1}}' x.fasta > out.fasta