X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=anosimcommand.h;h=593033d2fb086d9a3157ea4a27f1eae4e278e72e;hp=aad676ab17d04ef25a9f6be2faa685d3ae580fc4;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45 diff --git a/anosimcommand.h b/anosimcommand.h index aad676a..593033d 100644 --- a/anosimcommand.h +++ b/anosimcommand.h @@ -26,7 +26,7 @@ public: 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 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"; } int execute(); void help() { m->mothurOut(getHelpString()); }