X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupcommand.h;h=7924d7b55a708886c0875bf26f173ffa13cc9da1;hb=dc383fb61b6d165a8d36e6108df8bc7129243ae6;hp=a539834177b63a51929d52299c68779a27046fba;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/getgroupcommand.h b/getgroupcommand.h index a539834..7924d7b 100644 --- a/getgroupcommand.h +++ b/getgroupcommand.h @@ -21,8 +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()); }