X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=anosimcommand.h;h=6e5aba0e65980914e6c25e6e0e55fadc4b0136b9;hp=4b650705ace41501f3d85d672638a47f48a91ce3;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=b72799e7908e2a3a0cf4f03e796b077a97ace6ac diff --git a/anosimcommand.h b/anosimcommand.h index 4b65070..6e5aba0 100644 --- a/anosimcommand.h +++ b/anosimcommand.h @@ -25,7 +25,9 @@ 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"; }