X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlistcountcommand.h;h=629e9b98991fa839ccca7a704d582150f47f7d5f;hb=e8e13c129ba8184ec5932a090773f353f3ae3406;hp=40ff7d0636f38158eea14fd7523618ab2e107188;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getlistcountcommand.h b/getlistcountcommand.h index 40ff7d0..629e9b9 100644 --- a/getlistcountcommand.h +++ b/getlistcountcommand.h @@ -25,7 +25,10 @@ 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 getOutputFileNameTag(string, string); string getHelpString(); int execute();