X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlistcountcommand.h;h=c2645562f1111c4a03be95c4e27c143745311ed5;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=a0b5f092247cc6c1a702fb47afc7c2b499542efb;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/getlistcountcommand.h b/getlistcountcommand.h index a0b5f09..c264556 100644 --- a/getlistcountcommand.h +++ b/getlistcountcommand.h @@ -26,7 +26,11 @@ public: string getCommandName() { return "get.otulist"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getCitation() { return "http://www.mothur.org/wiki/Get.otulist"; } + string getDescription() { return "lists each OTU number and the sequence contained in that OTU"; } + + string getHelpString(); + string getOutputPattern(string); int execute(); void help() { m->mothurOut(getHelpString()); }