X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlistcountcommand.h;h=c2645562f1111c4a03be95c4e27c143745311ed5;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=40ff7d0636f38158eea14fd7523618ab2e107188;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getlistcountcommand.h b/getlistcountcommand.h index 40ff7d0..c264556 100644 --- a/getlistcountcommand.h +++ b/getlistcountcommand.h @@ -25,8 +25,12 @@ public: vector setParameters(); 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()); }