]> git.donarmstrong.com Git - mothur.git/blobdiff - getrabundcommand.h
added sff.multiple command. fixed issue with windows paralellization in chimera...
[mothur.git] / getrabundcommand.h
index 81a5d910b53c84db70c560255ce2b508c4361f33..7e9363080e7bf7b794b3797c37df9527d8f84764 100644 (file)
@@ -25,8 +25,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "get.rabund";                          }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Get.rabund"; }
+       string getDescription()         { return "creates a rabund file"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }