X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupcommand.h;h=7924d7b55a708886c0875bf26f173ffa13cc9da1;hb=f509429e06e545bde69c97cacc0eb436775bd329;hp=79dd8057216ec17fcd706d5a6a480c461161a458;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getgroupcommand.h b/getgroupcommand.h index 79dd805..7924d7b 100644 --- a/getgroupcommand.h +++ b/getgroupcommand.h @@ -21,7 +21,11 @@ public: vector setParameters(); string getCommandName() { return "get.group"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string) { return ""; } string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Get.group"; } + string getDescription() { return "outputs group names"; } + int execute(); void help() { m->mothurOut(getHelpString()); }