X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=collectsharedcommand.h;h=868cd473b29cb97ba5ee38f847aab8343e06c3ac;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hp=71c11d62666149a57f88703b253b55c774cb3e70;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/collectsharedcommand.h b/collectsharedcommand.h index 71c11d6..868cd47 100644 --- a/collectsharedcommand.h +++ b/collectsharedcommand.h @@ -29,7 +29,9 @@ public: vector setParameters(); string getCommandName() { return "collect.shared"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + string getOutputPattern(string); 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"; }