]> git.donarmstrong.com Git - mothur.git/blobdiff - amovacommand.h
added command descriptions
[mothur.git] / amovacommand.h
index e9ae48176a782d40ee0eb776a9becb3d7ad2f9ad..89720d6b93c6232a14562cd3c216855fed9a1d8d 100644 (file)
@@ -25,6 +25,7 @@ public:
        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 "calculate AMOVA statistic"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }