X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=anosimcommand.h;h=4b650705ace41501f3d85d672638a47f48a91ce3;hb=b72799e7908e2a3a0cf4f03e796b077a97ace6ac;hp=9f8617acf5f087c38864d431786d9e3f2a4ba554;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/anosimcommand.h b/anosimcommand.h index 9f8617a..4b65070 100644 --- a/anosimcommand.h +++ b/anosimcommand.h @@ -27,7 +27,7 @@ public: string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); 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()); }