X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=homovacommand.h;h=22741e979ec9b0847ca660f5ab41eab49fe715d5;hp=b6f21097b4fde750934526285f0ab5efe9849ca0;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=f687723a8357916e86a05116978e6869b039ce36 diff --git a/homovacommand.h b/homovacommand.h index b6f2109..22741e9 100644 --- a/homovacommand.h +++ b/homovacommand.h @@ -26,8 +26,9 @@ public: vector setParameters(); string getCommandName() { return "homova"; } string getCommandCategory() { return "Hypothesis Testing"; } - string getOutputFileNameTag(string, string); + 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"; } @@ -41,7 +42,7 @@ private: map > getRandomizedGroups(map >); bool abort; - vector outputNames; + vector outputNames, Sets; string outputDir, inputDir, designFileName, phylipFileName; GroupMap* designMap;