X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=makegroupcommand.h;h=f86c707d4516160d0dc9cc99243f54bea34d191a;hp=1206938205b6fec35b5252e75f21d7d45af5522b;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6 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()); }