]> git.donarmstrong.com Git - mothur.git/blobdiff - amovacommand.h
fixed bug with dist.shared subsampling. added mode parameter to dist.shared so...
[mothur.git] / amovacommand.h
index e9ae48176a782d40ee0eb776a9becb3d7ad2f9ad..50dc81a517dbbe89f39d9a4e1ca858ed3488a402 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 "analysis of molecular variance"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }