X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraseqscommand.h;h=7e51748b3b7c8b16bf983e44f0771275f7cd532f;hb=64b2b8d59acac0332e61b6622e7d16a300bdce3e;hp=9bc8418bcab65820f56b13959c6cbba0110ea935;hpb=3abb236c602eb168ee112f080b563ebe2c705029;p=mothur.git diff --git a/chimeraseqscommand.h b/chimeraseqscommand.h index 9bc8418..7e51748 100644 --- a/chimeraseqscommand.h +++ b/chimeraseqscommand.h @@ -12,28 +12,26 @@ #include "mothur.h" #include "command.hpp" -#include "chimera.h" - /***********************************************************/ class ChimeraSeqsCommand : public Command { public: ChimeraSeqsCommand(string); + ChimeraSeqsCommand() {} ~ChimeraSeqsCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map< string, vector > getOutputFiles() { return outputTypes; } int execute(); void help(); private: - - bool abort; - string method, fastafile, templatefile, consfile; - bool filter, correction; - int processors, midpoint, averageLeft, averageRight, window, iters, increment; - Chimera* chimera; - - + vector outputNames; + map< string, vector > outputTypes; + }; /***********************************************************/