X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=homovacommand.h;h=b6f21097b4fde750934526285f0ab5efe9849ca0;hb=8e67e9de1b200106bea5a468ac02125954656499;hp=d9daa0e2857f3090d8100a01fd57b8e2d72d69e7;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/homovacommand.h b/homovacommand.h index d9daa0e..b6f2109 100644 --- a/homovacommand.h +++ b/homovacommand.h @@ -26,9 +26,11 @@ 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); }