X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=catchallcommand.h;fp=catchallcommand.h;h=238dfb608bb412a311f184d8df2f5dd4d4db9ab9;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=d32989bea50e014c800b84c0de35e72b6e5c859b;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/catchallcommand.h b/catchallcommand.h index d32989b..238dfb6 100644 --- a/catchallcommand.h +++ b/catchallcommand.h @@ -33,7 +33,8 @@ public: 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()); }