X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makegroupcommand.h;h=f86c707d4516160d0dc9cc99243f54bea34d191a;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=1206938205b6fec35b5252e75f21d7d45af5522b;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/makegroupcommand.h b/makegroupcommand.h index 1206938..f86c707 100644 --- a/makegroupcommand.h +++ b/makegroupcommand.h @@ -22,8 +22,12 @@ public: vector 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()); }