]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraseqscommand.h
reworked the classifiers summary file added groupfile option to classify.seqs, added...
[mothur.git] / chimeraseqscommand.h
index f19a79d230642894a8bbb7ab9d459f43368fd5dd..afbc2592a389f2faa971452d2fa12e3be4fa9680 100644 (file)
@@ -12,8 +12,6 @@
 
 #include "mothur.h"
 #include "command.hpp"
-#include "chimera.h"
-
 
 /***********************************************************/
 
@@ -26,15 +24,7 @@ public:
        
                
 private:
-       
-       bool abort;
-       string method, fastafile, templatefile, consfile, quanfile, maskfile, namefile;
-       bool filter, correction, svg, printAll;
-       int processors, midpoint, averageLeft, averageRight, window, iters, increment, numwanted, ksize, match, mismatch, parents, minSimilarity;
-       float divR;
-       Chimera* chimera;
-       
-       
+
 };
 
 /***********************************************************/