X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=homovacommand.h;h=b6f21097b4fde750934526285f0ab5efe9849ca0;hb=96dbe925073caefaed6e6db85659c144a806aeb1;hp=ec7a793bc25082fe12bf1fc768a72e0209d6b96a;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/homovacommand.h b/homovacommand.h index ec7a793..b6f2109 100644 --- a/homovacommand.h +++ b/homovacommand.h @@ -26,8 +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()); }