X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupcommand.h;h=a3e47e0204e36bfa54970c1d5c0e3ecb9398ab90;hb=2c97dd48b8e27ee0a6a86c7a082f4c504c3357c6;hp=79dd8057216ec17fcd706d5a6a480c461161a458;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getgroupcommand.h b/getgroupcommand.h index 79dd805..a3e47e0 100644 --- a/getgroupcommand.h +++ b/getgroupcommand.h @@ -22,6 +22,9 @@ public: string getCommandName() { return "get.group"; } string getCommandCategory() { return "OTU-Based Approaches"; } 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()); }