]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.h
added command descriptions
[mothur.git] / clustersplitcommand.h
index c1152830ecc96b6211ea6a1842841fafa411a0c5..c4b236cb12dbfc535c1de5da7840b39f21176fb7 100644 (file)
@@ -30,6 +30,7 @@ public:
        string getCommandCategory()             { return "Clustering";                  }
        string getHelpString(); 
        string getCitation() { return "Schloss PD, Westcott SL (2011). Assessing and improving methods used in OTU-based approaches for 16S rRNA gene sequence analysis. Appl Environ Microbiol. \nhttp://www.mothur.org/wiki/Cluster.split"; }
+       string getDescription()         { return "splits your sequences by distance or taxonomy then clusters into OTUs"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }