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