X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=catchallcommand.h;fp=catchallcommand.h;h=583191db8d547996bef24378fb2dfd50b7ac0a13;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=44bde029e382a382fcc0b407da5d789a1f302cb7;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/catchallcommand.h b/catchallcommand.h index 44bde02..583191d 100644 --- a/catchallcommand.h +++ b/catchallcommand.h @@ -12,7 +12,6 @@ #include "command.hpp" #include "inputdata.h" -#include "readotu.h" #include "sabundvector.hpp" /* @@ -28,22 +27,20 @@ public: CatchAllCommand(string); CatchAllCommand(); ~CatchAllCommand() {} - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map< string, vector > getOutputFiles() { return outputTypes; } - int execute(); - void help(); -private: - - GlobalData* globaldata; + vector setParameters(); + string getCommandName() { return "catchall"; } + string getCommandCategory() { return "Hypothesis Testing"; } + string getHelpString(); - string outputDir, sharedfile, sabundfile, rabundfile, listfile, format, path, savedOutputDir; + int execute(); + void help() { m->mothurOut(getHelpString()); } + +private: + string outputDir, sharedfile, sabundfile, format, path, savedOutputDir; bool abort, allLines; set labels; vector outputNames; - map< string, vector > outputTypes; vector groups; string process(SAbundVector*, string);