X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=amovacommand.h;fp=amovacommand.h;h=ff82ac65f2d24ff122240d75fb326db2e03ff0c2;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=f50df46f70a3c6cce602ba8eeb5a4987c6dd2c95;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/amovacommand.h b/amovacommand.h index f50df46..ff82ac6 100644 --- a/amovacommand.h +++ b/amovacommand.h @@ -24,6 +24,7 @@ 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"; } int execute(); void help() { m->mothurOut(getHelpString()); }