]> git.donarmstrong.com Git - mothur.git/blobdiff - amovacommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / amovacommand.h
index ff82ac65f2d24ff122240d75fb326db2e03ff0c2..50dc81a517dbbe89f39d9a4e1ca858ed3488a402 100644 (file)
@@ -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()); }