X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pipelinepdscommand.h;h=13695a6ec9a178918ab74242d9a2f05a89b9ead7;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=a5061599472400895d1dfc1fac41320f7a880864;hpb=fc9bc621a09de13eb76ca4f5cee930b03de43dcd;p=mothur.git diff --git a/pipelinepdscommand.h b/pipelinepdscommand.h index a506159..13695a6 100644 --- a/pipelinepdscommand.h +++ b/pipelinepdscommand.h @@ -20,20 +20,21 @@ 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(); + + 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;