X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupcommand.h;h=fb438dfd91caf9a8213e780db8c7b626768873d3;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=79dd8057216ec17fcd706d5a6a480c461161a458;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getgroupcommand.h b/getgroupcommand.h index 79dd805..fb438df 100644 --- a/getgroupcommand.h +++ b/getgroupcommand.h @@ -22,6 +22,10 @@ public: string getCommandName() { return "get.group"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); + string getOutputPattern(string) { return ""; } + string getCitation() { return "http://www.mothur.org/wiki/Get.group"; } + string getDescription() { return "outputs group names"; } + int execute(); void help() { m->mothurOut(getHelpString()); }