]> git.donarmstrong.com Git - mothur.git/blobdiff - makegroupcommand.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / makegroupcommand.h
index 1206938205b6fec35b5252e75f21d7d45af5522b..f86c707d4516160d0dc9cc99243f54bea34d191a 100644 (file)
@@ -22,8 +22,12 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "make.group";  }
        string getCommandCategory()             { return "General";             }
-       string getHelpString(); 
        
+       string getHelpString(); 
+    string getOutputPattern(string);   
+       string getCitation() { return "http://www.mothur.org/wiki/Make.group"; }
+       string getDescription()         { return "creates a group file"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }