X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=catchallcommand.h;h=238dfb608bb412a311f184d8df2f5dd4d4db9ab9;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=a1c9d0e2e8b1d6806a7c84c45419f297110f5320;hpb=65f2be9d8f9b4cf72b4aafd800fdd11ad26435fd;p=mothur.git diff --git a/catchallcommand.h b/catchallcommand.h index a1c9d0e..238dfb6 100644 --- a/catchallcommand.h +++ b/catchallcommand.h @@ -32,6 +32,8 @@ public: string getCommandName() { return "catchall"; } string getCommandCategory() { return "OTU-Based Approaches"; } 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()); }