X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=anosimcommand.h;h=6e5aba0e65980914e6c25e6e0e55fadc4b0136b9;hp=ff1b683fac8a45e4146789f7c09a0503c0c39392;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=f687723a8357916e86a05116978e6869b039ce36 diff --git a/anosimcommand.h b/anosimcommand.h index ff1b683..6e5aba0 100644 --- a/anosimcommand.h +++ b/anosimcommand.h @@ -25,8 +25,9 @@ public: vector setParameters(); string getCommandName() { return "anosim"; } string getCommandCategory() { return "Hypothesis Testing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); 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"; }