]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraseqscommand.h
added MPI code, broke up chimera.seqs into 5 separated commands, added parse.sff...
[mothur.git] / chimeraseqscommand.h
index 7721ef8e9428a9e12b1ad0e930f419389d813fca..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;
-       bool filter, correction;
-       int processors, midpoint, averageLeft, averageRight, window, iters, increment;
-       Chimera* chimera;
-       
-       
+
 };
 
 /***********************************************************/