]> 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 455ac926a494d162839444a5e192f9a030556d07..afbc2592a389f2faa971452d2fa12e3be4fa9680 100644 (file)
 
 #include "mothur.h"
 #include "command.hpp"
-#include "filterseqscommand.h"
-#include "sequence.hpp"
-
-
 
 /***********************************************************/
 
@@ -26,28 +22,8 @@ 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;
-       
-       int findAverageMidPoint();
-       void readSeqs();
-       
 
 };