X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=anosimcommand.h;h=4b650705ace41501f3d85d672638a47f48a91ce3;hb=8742edef7a51b82834289e570d336f5a81ba1f2b;hp=7bc5655702df0048aa8d6a476972d7456923d659;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/anosimcommand.h b/anosimcommand.h index 7bc5655..4b65070 100644 --- a/anosimcommand.h +++ b/anosimcommand.h @@ -26,6 +26,8 @@ public: string getCommandName() { return "anosim"; } 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 "analysis of similarity"; } int execute(); void help() { m->mothurOut(getHelpString()); }