X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=amovacommand.h;h=98d19ddfc249d550c5d6d5b7c33cf036642393a0;hp=50dc81a517dbbe89f39d9a4e1ca858ed3488a402;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=b72799e7908e2a3a0cf4f03e796b077a97ace6ac diff --git a/amovacommand.h b/amovacommand.h index 50dc81a..98d19dd 100644 --- a/amovacommand.h +++ b/amovacommand.h @@ -23,8 +23,10 @@ public: vector setParameters(); string getCommandName() { return "amova"; } string getCommandCategory() { return "Hypothesis Testing"; } + 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 getOutputPattern(string); + 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(); @@ -37,7 +39,7 @@ private: map > getRandomizedGroups(map >); bool abort; - vector outputNames; + vector outputNames, Sets; string outputDir, inputDir, designFileName, phylipFileName; GroupMap* designMap;