X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=homovacommand.h;h=9398627105ad53f7644c47a0db4b0e969f77862f;hb=006601d68abe8d0061f77e8d28323b160750e343;hp=4afaeb8e3120b42558f5e555c9237474b27a510e;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/homovacommand.h b/homovacommand.h index 4afaeb8..9398627 100644 --- a/homovacommand.h +++ b/homovacommand.h @@ -26,6 +26,7 @@ public: vector setParameters(); string getCommandName() { return "homova"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getOutputFileNameTag(string, string); string getHelpString(); 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 +41,7 @@ private: map > getRandomizedGroups(map >); bool abort; - vector outputNames; + vector outputNames, Sets; string outputDir, inputDir, designFileName, phylipFileName; GroupMap* designMap;