]> git.donarmstrong.com Git - mothur.git/blobdiff - amovacommand.h
added oligos, pdiffs, bdiffs, ldiffs, sdiffs, tiffs parameters to sffinfo to allow...
[mothur.git] / amovacommand.h
index 89720d6b93c6232a14562cd3c216855fed9a1d8d..6b3c83a4fb09c51f23b01ff38abeb2d939e8e79a 100644 (file)
@@ -23,9 +23,10 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "amova";                                       }
        string getCommandCategory()             { return "Hypothesis Testing";          }
+       string getOutputFileNameTag(string, string);
        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"; }
+       string getDescription()         { return "analysis of molecular variance"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }