]> git.donarmstrong.com Git - mothur.git/blobdiff - homovacommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / homovacommand.h
index 4afaeb8e3120b42558f5e555c9237474b27a510e..22741e979ec9b0847ca660f5ab41eab49fe715d5 100644 (file)
@@ -26,7 +26,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "homova";                                      }
        string getCommandCategory()             { return "Hypothesis Testing";          }
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        string getCitation() { return "Stewart CN, Excoffier L (1996). Assessing population genetic structure and variability with RAPD data: Application to Vaccinium macrocarpon (American Cranberry). J Evol Biol 9: 153-71. \nhttp://www.mothur.org/wiki/Homova"; }
        string getDescription()         { return "homova"; }
 
@@ -40,7 +42,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;