X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=amovacommand.h;h=17dbae650912c5f4c21e0c8924dce3a676cc4fda;hb=d263f4b3a4f96c672317d317061f6adb72656427;hp=89720d6b93c6232a14562cd3c216855fed9a1d8d;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/amovacommand.h b/amovacommand.h index 89720d6..17dbae6 100644 --- a/amovacommand.h +++ b/amovacommand.h @@ -23,9 +23,10 @@ public: vector setParameters(); string getCommandName() { return "amova"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getOutputFileNameTag(string, string); string getHelpString(); 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 "calculate AMOVA statistic"; } + string getDescription() { return "analysis of molecular variance"; } int execute(); void help() { m->mothurOut(getHelpString()); } @@ -37,7 +38,7 @@ private: map > getRandomizedGroups(map >); bool abort; - vector outputNames; + vector outputNames, Sets; string outputDir, inputDir, designFileName, phylipFileName; GroupMap* designMap;