X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=makegroupcommand.h;h=f86c707d4516160d0dc9cc99243f54bea34d191a;hp=f5fb3583f13b09b4f4cc4f70709eca3ffeec388e;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77 diff --git a/makegroupcommand.h b/makegroupcommand.h index f5fb358..f86c707 100644 --- a/makegroupcommand.h +++ b/makegroupcommand.h @@ -22,9 +22,12 @@ public: vector setParameters(); string getCommandName() { return "make.group"; } string getCommandCategory() { return "General"; } + 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()); }