X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=pipelinepdscommand.h;h=22386bcc697c2e3c64767ad99dd9fafaaa5d206f;hp=289a909c9d6eef64f4ad2fe61d136592c51120b6;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=c69e2e9749626cfbf1d6cb0125ae94f869e00b18 diff --git a/pipelinepdscommand.h b/pipelinepdscommand.h index 289a909..22386bc 100644 --- a/pipelinepdscommand.h +++ b/pipelinepdscommand.h @@ -20,20 +20,25 @@ class PipelineCommand : public Command { public: PipelineCommand(string); - PipelineCommand() { abort = true; calledHelp = true; } - ~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 getOutputPattern(string) { return ""; } + string getCitation() { return "Schloss PD, Gevers D, Westcott SL (2011). Reducing the effects of PCR amplification and sequencing artifacts on 16S rRNA-based studies. PLoS ONE. 6:e27310.\nhttp://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;