X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=catchallcommand.h;h=d1b8a2a8dfabf300d4d6cb7591e043e2ea48b113;hb=6c2b1e530a5c0bb87040e58a3e410097acdfcc3d;hp=a1c9d0e2e8b1d6806a7c84c45419f297110f5320;hpb=65f2be9d8f9b4cf72b4aafd800fdd11ad26435fd;p=mothur.git diff --git a/catchallcommand.h b/catchallcommand.h index a1c9d0e..d1b8a2a 100644 --- a/catchallcommand.h +++ b/catchallcommand.h @@ -31,7 +31,10 @@ public: vector setParameters(); string getCommandName() { return "catchall"; } 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()); }