]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraseqscommand.h
added get.sharedotu command
[mothur.git] / chimeraseqscommand.h
index 9bc8418bcab65820f56b13959c6cbba0110ea935..98504b0e1155f6d2254c4e89f1602381d7a2fd8e 100644 (file)
@@ -28,9 +28,9 @@ public:
 private:
        
        bool abort;
-       string method, fastafile, templatefile, consfile;
-       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;
        Chimera* chimera;