]> 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 dc7df8fad969d33a2fa51f46718f5aa4812321f1..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;
-       bool filter, correction;
-       int processors, midpoint, averageLeft, averageRight, window, iters, increment;
-       Chimera* chimera;
-       
-       
+
 };
 
 /***********************************************************/