X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectcommand.h;h=b882013942e0555be7897a3278b5ccbcb6a20c62;hb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;hp=9e513989fd7afea15967ae029d6c48565ba6c299;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/collectcommand.h b/collectcommand.h index 9e51398..b882013 100644 --- a/collectcommand.h +++ b/collectcommand.h @@ -39,6 +39,7 @@ public: string getCommandCategory() { return "OTU-Based Approaches"; } string getCitation() { return "Schloss PD, Handelsman J (2006). Introducing SONS, A tool that compares the membership of microbial communities. Appl Environ Microbiol 72: 6773-9. \nhttp://www.mothur.org/wiki/Collect.single"; } string getHelpString(); + string getDescription() { return "generates collector's curves using calculators, that describe the richness, diversity, and other features of individual samples"; } int execute(); void help() { m->mothurOut(getHelpString()); }