X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=collectsharedcommand.h;fp=collectsharedcommand.h;h=d0908de54afb261e4e8184efd6910c3238848d2b;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=71c11d62666149a57f88703b253b55c774cb3e70;hpb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;p=mothur.git diff --git a/collectsharedcommand.h b/collectsharedcommand.h index 71c11d6..d0908de 100644 --- a/collectsharedcommand.h +++ b/collectsharedcommand.h @@ -29,6 +29,7 @@ public: vector setParameters(); string getCommandName() { return "collect.shared"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); 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"; }