]> git.donarmstrong.com Git - mothur.git/blobdiff - getlistcountcommand.h
changed random forest output filename
[mothur.git] / getlistcountcommand.h
index a0b5f092247cc6c1a702fb47afc7c2b499542efb..c2645562f1111c4a03be95c4e27c143745311ed5 100644 (file)
@@ -26,7 +26,11 @@ public:
        string getCommandName()                 { return "get.otulist";                         }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getCitation() { return "http://www.mothur.org/wiki/Get.otulist"; }
+       string getDescription()         { return "lists each OTU number and the sequence contained in that OTU"; }
+
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }