X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=anosimcommand.h;h=6e5aba0e65980914e6c25e6e0e55fadc4b0136b9;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=aad676ab17d04ef25a9f6be2faa685d3ae580fc4;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/anosimcommand.h b/anosimcommand.h index aad676a..6e5aba0 100644 --- a/anosimcommand.h +++ b/anosimcommand.h @@ -25,8 +25,11 @@ public: vector setParameters(); string getCommandName() { return "anosim"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getHelpString(); - string getCitation() { return "Referenced: Clarke, K. R. (1993). Non-parametric multivariate analysis of changes in community structure. _Australian Journal of Ecology_ 18, 117-143. http://www.mothur.org/wiki/Anosim"; } + 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"; } int execute(); void help() { m->mothurOut(getHelpString()); }