Align.seqs removing most bp

I ran those commands and got the following:

HMW292C01CFNA7 Bacteria(100);unclassified;unclassified;unclassified;unclassified;unclassified;
HMW292C01CFAKO Bacteria(100);unclassified;unclassified;unclassified;unclassified;unclassified;

Hmm… that doesn’t seem right. If you send your tree, taxonomy, name and groups files to mothur.bugs@gmail.com and I will try to get to the bottom of it.

Thanks for reporting this bug. I have found the issue and the fix will be part of our next release. It only effects the command when a names file is provided. So for the time being here’s a workaround:

deunique.seqs(fasta=yourFastaFile, name=yourNameFile) - make fasta file contain all seqs
classify.seqs(fasta=current) - get taxonomy file with all seqs
dist.seqs(fasta=current, output=lt) - distance matrix for clearcut with all seqs
clearcut(phylip=current) - get tree with all seqs
classify.tree(tree=current, taxonomy=current, group=yourGroupFile)