X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=anosimcommand.h;h=6e5aba0e65980914e6c25e6e0e55fadc4b0136b9;hp=9f8617acf5f087c38864d431786d9e3f2a4ba554;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf diff --git a/anosimcommand.h b/anosimcommand.h index 9f8617a..6e5aba0 100644 --- a/anosimcommand.h +++ b/anosimcommand.h @@ -25,9 +25,11 @@ public: vector setParameters(); string getCommandName() { return "anosim"; } string getCommandCategory() { return "Hypothesis Testing"; } + 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 "anosim"; } + string getDescription() { return "analysis of similarity"; } int execute(); void help() { m->mothurOut(getHelpString()); }