X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=amovacommand.h;h=98d19ddfc249d550c5d6d5b7c33cf036642393a0;hp=e9ae48176a782d40ee0eb776a9becb3d7ad2f9ad;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102 diff --git a/amovacommand.h b/amovacommand.h index e9ae481..98d19dd 100644 --- a/amovacommand.h +++ b/amovacommand.h @@ -23,8 +23,11 @@ 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(); void help() { m->mothurOut(getHelpString()); } @@ -36,7 +39,7 @@ private: map > getRandomizedGroups(map >); bool abort; - vector outputNames; + vector outputNames, Sets; string outputDir, inputDir, designFileName, phylipFileName; GroupMap* designMap;