X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=indicatorcommand.h;fp=indicatorcommand.h;h=05db05c414de9e0917c68050aebc655afe3aa846;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=ae7499764dd7f32206ad36c01fdbd98fff3d8592;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/indicatorcommand.h b/indicatorcommand.h index ae74997..05db05c 100644 --- a/indicatorcommand.h +++ b/indicatorcommand.h @@ -13,7 +13,6 @@ #include "command.hpp" #include "readtree.h" #include "treemap.h" -#include "globaldata.hpp" #include "sharedrabundvector.h" #include "sharedrabundfloatvector.h" #include "inputdata.h" @@ -22,23 +21,23 @@ class IndicatorCommand : public Command { public: IndicatorCommand(string); IndicatorCommand(); - ~IndicatorCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } + ~IndicatorCommand(){} + + vector setParameters(); + string getCommandName() { return "indicator"; } + string getCommandCategory() { return "Hypothesis Testing"; } + string getHelpString(); + int execute(); - void help(); + void help() { m->mothurOut(getHelpString()); } private: - GlobalData* globaldata; ReadTree* read; TreeMap* treeMap; GroupMap* designMap; string treefile, sharedfile, relabundfile, groups, label, inputFileName, outputDir, designfile; bool abort; vector outputNames, Groups; - map > outputTypes; vector lookup; vector lookupFloat;