]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraseqscommand.h
chimeracheck method added
[mothur.git] / chimeraseqscommand.h
index b2bce8107590e3d4906ea68b7e758cd5bf15b951..98504b0e1155f6d2254c4e89f1602381d7a2fd8e 100644 (file)
@@ -28,8 +28,8 @@ public:
 private:
        
        bool abort;
-       string method, fastafile, templatefile, consfile, quanfile, maskfile;
-       bool filter, correction;
+       string method, fastafile, templatefile, consfile, quanfile, maskfile, namefile;
+       bool filter, correction, svg;
        int processors, midpoint, averageLeft, averageRight, window, iters, increment, numwanted, ksize;
        Chimera* chimera;