X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=anosimcommand.h;h=7bc5655702df0048aa8d6a476972d7456923d659;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=ab724007237d508e1b2dabf1bba521c5c38f7497;hpb=7b287636ea67fb2254b119c21b4057a177d3ce19;p=mothur.git diff --git a/anosimcommand.h b/anosimcommand.h index ab72400..7bc5655 100644 --- a/anosimcommand.h +++ b/anosimcommand.h @@ -20,18 +20,19 @@ class AnosimCommand : public Command { public: AnosimCommand(string); AnosimCommand(); - ~AnosimCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } + ~AnosimCommand(){} + + vector setParameters(); + string getCommandName() { return "anosim"; } + string getCommandCategory() { return "Hypothesis Testing"; } + string getHelpString(); + int execute(); - void help(); + void help() { m->mothurOut(getHelpString()); } private: bool abort; GroupMap* designMap; - map > outputTypes; string outputDir, inputDir, designFileName, phylipFileName; vector > convertToRanks(vector >);