]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraslayercommand.h
working on chimera change to add trim feature, fixed bug in print of distance file...
[mothur.git] / chimeraslayercommand.h
index 9567fcab31c20f22987d04eb0a2a409dd1dfc50b..0de118f62016d1497f07461033f7696319b5a7a9 100644 (file)
@@ -41,14 +41,14 @@ private:
        vector<int> processIDS;   //processid
        vector<linePair*> lines;
        
-       int driver(linePair*, string, string, string);
-       int createProcesses(string, string, string);
+       int driver(linePair*, string, string, string, string);
+       int createProcesses(string, string, string, string);
                
        #ifdef USE_MPI
-       int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, vector<unsigned long int>&);
+       int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, MPI_File&, vector<unsigned long int>&);
        #endif
 
-       bool abort, realign;
+       bool abort, realign, trim;
        string fastafile, templatefile, outputDir, search, namefile, includeAbunds;
        int processors, window, iters, increment, numwanted, ksize, match, mismatch, parents, minSimilarity, minCoverage, minBS, minSNP, numSeqs, templateSeqsLength;
        float divR;