X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makegroupcommand.h;h=e0c709204a6be01c637bf3ada3fbdb73a8c7b3d8;hb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;hp=1206938205b6fec35b5252e75f21d7d45af5522b;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/makegroupcommand.h b/makegroupcommand.h index 1206938..e0c7092 100644 --- a/makegroupcommand.h +++ b/makegroupcommand.h @@ -23,7 +23,9 @@ public: string getCommandName() { return "make.group"; } string getCommandCategory() { return "General"; } string getHelpString(); - + string getCitation() { return "http://www.mothur.org/wiki/Make.group"; } + string getDescription() { return "creates a group file"; } + int execute(); void help() { m->mothurOut(getHelpString()); }