X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=amovacommand.h;h=17dbae650912c5f4c21e0c8924dce3a676cc4fda;hb=9b53f130ac9af5e95444ce2e817fce25ed19ff03;hp=ff82ac65f2d24ff122240d75fb326db2e03ff0c2;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/amovacommand.h b/amovacommand.h index ff82ac6..17dbae6 100644 --- a/amovacommand.h +++ b/amovacommand.h @@ -23,8 +23,10 @@ public: vector setParameters(); string getCommandName() { return "amova"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getOutputFileNameTag(string, string); string getHelpString(); - string getCitation() { return "Referenced: Anderson MJ (2001). A new method for non-parametric multivariate analysis of variance. Austral Ecol 26: 32-46. http://www.mothur.org/wiki/Amova"; } + string getCitation() { return "Anderson MJ (2001). A new method for non-parametric multivariate analysis of variance. Austral Ecol 26: 32-46.\nhttp://www.mothur.org/wiki/Amova"; } + string getDescription() { return "analysis of molecular variance"; } int execute(); void help() { m->mothurOut(getHelpString()); } @@ -36,7 +38,7 @@ private: map > getRandomizedGroups(map >); bool abort; - vector outputNames; + vector outputNames, Sets; string outputDir, inputDir, designFileName, phylipFileName; GroupMap* designMap;