X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactcommand.h;h=b4bce3e172d141ab5e1fdcea1c59bd35b25dadab;hb=fc1ed1ae1b022719176910ab71993bd6535810ad;hp=0bf8a4528025eafc3f0e16955e08fbf4553ea13b;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/rarefactcommand.h b/rarefactcommand.h index 0bf8a45..b4bce3e 100644 --- a/rarefactcommand.h +++ b/rarefactcommand.h @@ -28,7 +28,8 @@ public: string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); string getCitation() { return "Magurran AE (2004). Measuring biological diversity. Blackwell Pub.: Malden, Ma. \nhttp://www.mothur.org/wiki/Rarefaction.single"; } - + string getDescription() { return "generate intra-sample rarefaction curves using a re-sampling without replacement approach"; } + int execute(); void help() { m->mothurOut(getHelpString()); }