Madison edited Building a 16S rDNA Phylogenetic Tree.md  over 9 years ago

Commit id: 9f6ff4858e5929e6f076dd1fcd784d605659e7c9

deletions | additions      

       

##Clean up the RDP taxon names  The RDP alignment will have taxon names that most of the downstream software tools will not tolerate because they consist of special text characters. So, we have written a little Perl script (CleanupRDP.pl) (cleanup.pl)  that will remove those special characters and replace them with underscores. This script is included in the zip file of scripts on figshare(http://figshare.com/articles/Miscellaneous_Scripts_for_Workflow/1086285). To run cleanup.pl, first move it to your Applications folder. Then, in a Terminal window, navigate to the directory that contains the RDP alignment that you've just downloaded. Then, type: perl /Applications/cleanup.pl -i RDP_alignment.fa -o RDP_alignment_clean.fa