X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=amovacommand.h;h=50dc81a517dbbe89f39d9a4e1ca858ed3488a402;hb=b72799e7908e2a3a0cf4f03e796b077a97ace6ac;hp=ff82ac65f2d24ff122240d75fb326db2e03ff0c2;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/amovacommand.h b/amovacommand.h index ff82ac6..50dc81a 100644 --- a/amovacommand.h +++ b/amovacommand.h @@ -24,7 +24,8 @@ public: string getCommandName() { return "amova"; } string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); - string getCitation() { return "Referenced: Anderson MJ (2001). A new method for non-parametric multivariate analysis of variance. Austral Ecol 26: 32-46. http://www.mothur.org/wiki/Amova"; } + string getCitation() { return "Anderson MJ (2001). A new method for non-parametric multivariate analysis of variance. Austral Ecol 26: 32-46.\nhttp://www.mothur.org/wiki/Amova"; } + string getDescription() { return "analysis of molecular variance"; } int execute(); void help() { m->mothurOut(getHelpString()); }