]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraseqscommand.h
started adding chimeraslayer method and fixed minor bug in treegroupscommand deconstr...
[mothur.git] / chimeraseqscommand.h
index 85d573246a56f83c73140ac393c96cdf66397097..865a84d378d0429a77e833aa5b1db7eca097a83f 100644 (file)
@@ -28,9 +28,10 @@ public:
 private:
        
        bool abort;
-       string method, fastafile, templatefile, consfile, quanfile, maskfile;
-       bool filter, correction;
-       int processors, midpoint, averageLeft, averageRight, window, iters, increment;
+       string method, fastafile, templatefile, consfile, quanfile, maskfile, namefile;
+       bool filter, correction, svg;
+       int processors, midpoint, averageLeft, averageRight, window, iters, increment, numwanted, ksize, match, mismatch, parents, minSimilarity;
+       float divR;
        Chimera* chimera;