]> git.donarmstrong.com Git - mothur.git/blobdiff - aligncommand.h
indicator command
[mothur.git] / aligncommand.h
index c0147512df11740241e9d4bd611a34b37a2d00b8..952b9364dda6fe79e162e6577fb2d7c0e251c5b4 100644 (file)
@@ -28,6 +28,7 @@ public:
        string getCommandCategory()             { return "Sequence Processing"; }
        string getHelpString(); 
        string getCitation() { return "DeSantis TZ, Jr., Hugenholtz P, Keller K, Brodie EL, Larsen N, Piceno YM, Phan R, Andersen GL (2006). NAST: a multiple sequence alignment server for comparative analysis of 16S rRNA genes. Nucleic Acids Res 34: W394-9.\nSchloss PD (2009). A high-throughput DNA sequence aligner for microbial ecology studies. PLoS ONE 4: e8230.\nSchloss PD (2010). The effects of alignment quality, distance calculation method, sequence filtering, and region on the analysis of 16S rRNA gene-based studies. PLoS Comput Biol 6: e1000844.\nhttp://www.mothur.org/wiki/Align.seqs http://www.mothur.org/wiki/Align.seqs"; }
+       string getDescription()         { return "align sequences"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }