X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=anosimcommand.h;h=6e5aba0e65980914e6c25e6e0e55fadc4b0136b9;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=593033d2fb086d9a3157ea4a27f1eae4e278e72e;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/anosimcommand.h b/anosimcommand.h index 593033d..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 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()); }