X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraseqscommand.h;h=afbc2592a389f2faa971452d2fa12e3be4fa9680;hb=7a8fc1115b3871107c09a4b9b307b1f2ab7d3fcf;hp=040d2dde543b9311762640680d1a8ba874e3fcf5;hpb=aa9238c0a9e6e7aa0ed8b8b606b08ad4fd7dcfe3;p=mothur.git diff --git a/chimeraseqscommand.h b/chimeraseqscommand.h index 040d2dd..afbc259 100644 --- a/chimeraseqscommand.h +++ b/chimeraseqscommand.h @@ -12,8 +12,6 @@ #include "mothur.h" #include "command.hpp" -#include "chimera.h" - /***********************************************************/ @@ -27,26 +25,6 @@ public: private: - struct linePair { - int start; - int numSeqs; - linePair(long int i, int j) : start(i), numSeqs(j) {} - }; - vector processIDS; //processid - vector lines; - - int driver(linePair*, string, string, string); - int createProcesses(string, string, string); - void appendOutputFiles(string, string); - - bool abort; - string method, fastafile, templatefile, consfile, quanfile, maskfile, namefile, outputDir, search; - bool filter, correction, svg, printAll, realign; - int processors, midpoint, averageLeft, averageRight, window, iters, increment, numwanted, ksize, match, mismatch, parents, minSimilarity, minCoverage, minBS, minSNP, numSeqs, templateSeqsLength; - float divR; - Chimera* chimera; - - }; /***********************************************************/