X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=collectcommand.h;h=ee1b914ee1594b4997a7706be60606e686fda305;hp=c53152030c4d89807611efb623b50e2d3aaafbfe;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17 diff --git a/collectcommand.h b/collectcommand.h index c531520..ee1b914 100644 --- a/collectcommand.h +++ b/collectcommand.h @@ -37,7 +37,11 @@ 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 getOutputPattern(string); + 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()); }