]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraseqscommand.h
added pca command
[mothur.git] / chimeraseqscommand.h
index 455ac926a494d162839444a5e192f9a030556d07..f19a79d230642894a8bbb7ab9d459f43368fd5dd 100644 (file)
@@ -12,9 +12,7 @@
 
 #include "mothur.h"
 #include "command.hpp"
-#include "filterseqscommand.h"
-#include "sequence.hpp"
-
+#include "chimera.h"
 
 
 /***********************************************************/
@@ -26,29 +24,17 @@ public:
        int execute();
        void help();
        
+               
 private:
-       //Dist* distCalculator;
        
-       struct Preference {
-               string leftParent;
-               string rightParent;
-               float score;
-
-       };
-
-
        bool abort;
-       string method, fastafile;
-       bool filter, correction;
-       int processors, midpoint;
-       FilterSeqsCommand* filterSeqs;
-       vector<Sequence> seqs;
-       vector<Preference> pref;
+       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;
        
-       int findAverageMidPoint();
-       void readSeqs();
        
-
 };
 
 /***********************************************************/