X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectsharedcommand.h;h=71c11d62666149a57f88703b253b55c774cb3e70;hb=8e3e7b1e124f45cb1f2ca9d764ff67fa9b2e532b;hp=d7f2f8f3d946208cee976595bf6d8113811e7094;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/collectsharedcommand.h b/collectsharedcommand.h index d7f2f8f..71c11d6 100644 --- a/collectsharedcommand.h +++ b/collectsharedcommand.h @@ -30,7 +30,9 @@ public: string getCommandName() { return "collect.shared"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); - + 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.shared"; } + string getDescription() { return "generates collector's curves for calculators, which describe the similarity between communities or their shared richness"; } + int execute(); void help() { m->mothurOut(getHelpString()); }