X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=catchallcommand.h;h=44ed3ef162b0a82465c1662f2f19e73d43468f86;hb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e;hp=a1c9d0e2e8b1d6806a7c84c45419f297110f5320;hpb=65f2be9d8f9b4cf72b4aafd800fdd11ad26435fd;p=mothur.git diff --git a/catchallcommand.h b/catchallcommand.h index a1c9d0e..44ed3ef 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, Woodard L, Bohning D, Foster JA, Connolly S, Allen HK (2012). Estimating population diversity with CatchAll. Bioinformatics 28:1045.\nhttp://www.northeastern.edu/catchall/index.html\nhttp://www.mothur.org/wiki/Catchall"; } + string getDescription() { return "estimate number of species"; } int execute(); void help() { m->mothurOut(getHelpString()); }