]> git.donarmstrong.com Git - mothur.git/blobdiff - amovacommand.h
fixes while testing 1.33.0
[mothur.git] / amovacommand.h
index ff82ac65f2d24ff122240d75fb326db2e03ff0c2..98d19ddfc249d550c5d6d5b7c33cf036642393a0 100644 (file)
@@ -23,8 +23,11 @@ public:
        vector<string> setParameters();
        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 getOutputPattern(string);   
+    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()); }
@@ -36,7 +39,7 @@ private:
        map<string, vector<int> > getRandomizedGroups(map<string, vector<int> >);
 
        bool abort;
-       vector<string> outputNames;
+       vector<string> outputNames, Sets;
 
        string outputDir, inputDir, designFileName, phylipFileName;
        GroupMap* designMap;