X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=homovacommand.h;h=22741e979ec9b0847ca660f5ab41eab49fe715d5;hp=d9daa0e2857f3090d8100a01fd57b8e2d72d69e7;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102 diff --git a/homovacommand.h b/homovacommand.h index d9daa0e..22741e9 100644 --- a/homovacommand.h +++ b/homovacommand.h @@ -26,9 +26,12 @@ public: vector 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); } @@ -39,7 +42,7 @@ private: map > getRandomizedGroups(map >); bool abort; - vector outputNames; + vector outputNames, Sets; string outputDir, inputDir, designFileName, phylipFileName; GroupMap* designMap;