X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraccodecommand.h;h=4f047e169183bc9d9294f1abb6f229015a162496;hb=d945488119ad368b180537f36ed40298ff170f39;hp=a9ed223b112cdb50876024c893257549e159481f;hpb=8bc3e5b38c2317a1715f53be22fa96455868c281;p=mothur.git diff --git a/chimeraccodecommand.h b/chimeraccodecommand.h index a9ed223..4f047e1 100644 --- a/chimeraccodecommand.h +++ b/chimeraccodecommand.h @@ -21,13 +21,15 @@ class ChimeraCcodeCommand : public Command { public: ChimeraCcodeCommand(string); ChimeraCcodeCommand(); - ~ChimeraCcodeCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + ~ChimeraCcodeCommand(){} + + vector setParameters(); + string getCommandName() { return "chimera.ccode"; } + string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: @@ -52,9 +54,6 @@ private: Chimera* chimera; vector fastaFileNames; vector outputNames; - map > outputTypes; - - }; /***********************************************************/