]> 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 98504b0e1155f6d2254c4e89f1602381d7a2fd8e..865a84d378d0429a77e833aa5b1db7eca097a83f 100644 (file)
@@ -30,7 +30,8 @@ private:
        bool abort;
        string method, fastafile, templatefile, consfile, quanfile, maskfile, namefile;
        bool filter, correction, svg;
-       int processors, midpoint, averageLeft, averageRight, window, iters, increment, numwanted, ksize;
+       int processors, midpoint, averageLeft, averageRight, window, iters, increment, numwanted, ksize, match, mismatch, parents, minSimilarity;
+       float divR;
        Chimera* chimera;