]> git.donarmstrong.com Git - mothur.git/blobdiff - getrabundcommand.h
removed make count from make.contigs
[mothur.git] / getrabundcommand.h
index 81a5d910b53c84db70c560255ce2b508c4361f33..dcf8c686dbd2bf75847ef500bf7fea0fbd087cb5 100644 (file)
@@ -25,8 +25,12 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "get.rabund";                          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        string getCitation() { return "http://www.mothur.org/wiki/Get.rabund"; }
+       string getDescription()         { return "creates a rabund file"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }