X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraseqscommand.h;h=7e51748b3b7c8b16bf983e44f0771275f7cd532f;hb=3a13eff5c26d6fc156a299c9fa7f5497bded94a0;hp=b2bce8107590e3d4906ea68b7e758cd5bf15b951;hpb=1244c4907c07baea86b0f0676d098a29d2e95a39;p=mothur.git diff --git a/chimeraseqscommand.h b/chimeraseqscommand.h index b2bce81..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, quanfile, maskfile; - bool filter, correction; - int processors, midpoint, averageLeft, averageRight, window, iters, increment, numwanted, ksize; - Chimera* chimera; - - + vector outputNames; + map< string, vector > outputTypes; + }; /***********************************************************/