X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=amovacommand.h;h=50dc81a517dbbe89f39d9a4e1ca858ed3488a402;hb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;hp=f50df46f70a3c6cce602ba8eeb5a4987c6dd2c95;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/amovacommand.h b/amovacommand.h index f50df46..50dc81a 100644 --- a/amovacommand.h +++ b/amovacommand.h @@ -24,6 +24,8 @@ public: string getCommandName() { return "amova"; } string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); + 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()); }