X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectsharedcommand.h;h=71c11d62666149a57f88703b253b55c774cb3e70;hb=b9800d7b05252b911b10d36febfb5e6da3271766;hp=a10fd554a2f6e062bdecd37eb7e357d6de5283e6;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/collectsharedcommand.h b/collectsharedcommand.h index a10fd55..71c11d6 100644 --- a/collectsharedcommand.h +++ b/collectsharedcommand.h @@ -30,8 +30,9 @@ public: string getCommandName() { return "collect.shared"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Collect.shared"; } - + 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()); }