X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=catchallcommand.h;h=d1b8a2a8dfabf300d4d6cb7591e043e2ea48b113;hb=078d7227da8dda9ae8620822fa32d51ec2706fc3;hp=583191db8d547996bef24378fb2dfd50b7ac0a13;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/catchallcommand.h b/catchallcommand.h index 583191d..d1b8a2a 100644 --- a/catchallcommand.h +++ b/catchallcommand.h @@ -30,8 +30,11 @@ public: vector setParameters(); string getCommandName() { return "catchall"; } - string getCommandCategory() { return "Hypothesis Testing"; } + string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); + string getCitation() { return "Bunge, J. (2011). Estimating the number of species with CatchAll. Forthcoming in Proceedings of the Pacific Symposium on Biocomputing 2011.\nhttp://www.northeastern.edu/catchall/index.html http://www.mothur.org/wiki/Catchall"; } + string getDescription() { return "estimate number of species"; } int execute(); void help() { m->mothurOut(getHelpString()); }