X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pipelinepdscommand.h;h=8abe0ea7a439e99aae5be49dc5734516ce9bdab1;hb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;hp=a5061599472400895d1dfc1fac41320f7a880864;hpb=fc9bc621a09de13eb76ca4f5cee930b03de43dcd;p=mothur.git diff --git a/pipelinepdscommand.h b/pipelinepdscommand.h index a506159..8abe0ea 100644 --- a/pipelinepdscommand.h +++ b/pipelinepdscommand.h @@ -20,20 +20,24 @@ class PipelineCommand : public Command { public: PipelineCommand(string); - PipelineCommand() {} - ~PipelineCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } //empty - int execute(); - void help(); + PipelineCommand() { abort = true; calledHelp = true; setParameters(); } + ~PipelineCommand(){} + + vector setParameters(); + string getCommandName() { return "pipeline.pds"; } + string getCommandCategory() { return "Hidden"; } + string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Pipeline.pds"; } + string getDescription() { return "pat's pipeline"; } + + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: bool abort; CommandFactory* cFactory; vector outputNames; - map > outputTypes; vector commands; string outputDir, sffFile, alignFile, oligosFile, taxonomyFile, pipeFilename, classifyFile, chimeraFile; int processors;