X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=catchallcommand.h;h=238dfb608bb412a311f184d8df2f5dd4d4db9ab9;hb=e98d56be8369a799e61a411bc13d3bd1fa3451e5;hp=c9fe28590e5d5b2082f1d7f1bf04daf4316090ef;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/catchallcommand.h b/catchallcommand.h index c9fe285..238dfb6 100644 --- a/catchallcommand.h +++ b/catchallcommand.h @@ -32,8 +32,9 @@ public: string getCommandName() { return "catchall"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); - string getCitation() { return "http://www.northeastern.edu/catchall/index.html http://www.mothur.org/wiki/Catchall"; } - + 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()); }