X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectcommand.h;h=b882013942e0555be7897a3278b5ccbcb6a20c62;hb=8e3e7b1e124f45cb1f2ca9d764ff67fa9b2e532b;hp=c53152030c4d89807611efb623b50e2d3aaafbfe;hpb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;p=mothur.git diff --git a/collectcommand.h b/collectcommand.h index c531520..b882013 100644 --- a/collectcommand.h +++ b/collectcommand.h @@ -37,7 +37,9 @@ public: vector setParameters(); string getCommandName() { return "collect.single"; } 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()); }