]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyotucommand.h
added command descriptions
[mothur.git] / classifyotucommand.h
index f6bf78dfacb99509ada0d5a87d948f9ffe3aacb2..b3ca6530e3e5e577f8608349bb809739d749c2b1 100644 (file)
@@ -27,7 +27,7 @@ public:
        string getCommandCategory()             { return "Phylotype Analysis";  }
        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/Classify.otu"; }
-
+       string getDescription()         { return "find the concensus taxonomy for each OTU"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }