Hi Colin,
Of course! Thank you for your help.
For this one, for instance, I did an aligmment with pynast :
$ align_seqs.py -i All_177_16S_seqs_headrerChanged.txt -m pynast -a uclust -e 10 -p 0.10 -o aligned_pynast_uclust/
The file in aligned_pynast_uclust/ has the right headers.
Then I filtered the alignment :
$ filter_alignment.py -i aligned_pynast_uclust/All_177_16S_seqs_headrerChanged_aligned.fasta -o filtered_pynast_uclust_g0.90/ -g 0.90
And again, the filtered file has the right headers.
Then I built a tree :
make_phylogeny.py -i filtered_pynast_uclust_g0.90/All_177_16S_seqs_headrerChanged_aligned_pfiltered.fasta -t clustalw -o pynast_uclust_clustalw.tre
I opened the pynast_uclust_clustalw.tre tree file with FigTree (version 1.4.2 which I believe is the most recent) and that's when the names are different. I've used this tree vizualisation program before and never had the problem. I also have run this command in QIIME dozens of times before (with previous versions of MacQIIME, though, this is my first attemps with version 1.9.1) and it was always fine. I did use to run fasttree and this time I am trying the other options (here, clustalw).
Like I said, I tried different names (see my initial post) on the filtered alignment file and still have the issue everytime.
Thanks for your thoughts! I really appreciate it.
Marine