]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraseqscommand.h
changed how we count sequences in a fastafile to allow for '>' in sequence names
[mothur.git] / chimeraseqscommand.h
index 85d573246a56f83c73140ac393c96cdf66397097..afbc2592a389f2faa971452d2fa12e3be4fa9680 100644 (file)
@@ -12,8 +12,6 @@
 
 #include "mothur.h"
 #include "command.hpp"
-#include "chimera.h"
-
 
 /***********************************************************/
 
@@ -26,14 +24,7 @@ public:
        
                
 private:
-       
-       bool abort;
-       string method, fastafile, templatefile, consfile, quanfile, maskfile;
-       bool filter, correction;
-       int processors, midpoint, averageLeft, averageRight, window, iters, increment;
-       Chimera* chimera;
-       
-       
+
 };
 
 /***********************************************************/