]> git.donarmstrong.com Git - mothur.git/blobdiff - amovacommand.h
added citation function to commands
[mothur.git] / amovacommand.h
index f50df46f70a3c6cce602ba8eeb5a4987c6dd2c95..ff82ac65f2d24ff122240d75fb326db2e03ff0c2 100644 (file)
@@ -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()); }