X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=anosimcommand.h;fp=anosimcommand.h;h=ff1b683fac8a45e4146789f7c09a0503c0c39392;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=4b650705ace41501f3d85d672638a47f48a91ce3;hpb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;p=mothur.git diff --git a/anosimcommand.h b/anosimcommand.h index 4b65070..ff1b683 100644 --- a/anosimcommand.h +++ b/anosimcommand.h @@ -25,6 +25,7 @@ public: vector setParameters(); string getCommandName() { return "anosim"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "Clarke, K. R. (1993). Non-parametric multivariate analysis of changes in community structure. _Australian Journal of Ecology_ 18, 117-143.\nhttp://www.mothur.org/wiki/Anosim"; } string getDescription() { return "analysis of similarity"; }