Hello!
I am trying to build a Phylogenetic tree based on 16S rRNA sequences. I have created a file with aligned sequences using ClustalW (uploaded file). The sequences was trimmed by Trimal.
My command: phyml -i aligned_sequences_name.clw -d nt -m HKY85 -c 4 -a e -o l -b 100
Report: The number of taxa cannot be negative.
What should I changed in my file to run the program?