]> 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 5b55120e0d0981b432f71332dc1db57e8fae5ce7..afbc2592a389f2faa971452d2fa12e3be4fa9680 100644 (file)
 
 #include "mothur.h"
 #include "command.hpp"
-#include "filterseqscommand.h"
-#include "sequence.hpp"
-#include "sparsematrix.hpp"
-#include "dist.h"
-
-typedef list<PCell>::iterator MatData;
-typedef map<int, float> SeqMap;  //maps sequence to all distance for that seqeunce
 
 /***********************************************************/
 
@@ -29,30 +22,8 @@ public:
        int execute();
        void help();
        
+               
 private:
-       //Dist* distCalculator;
-       
-       struct Preference {
-               string leftParent;
-               string rightParent;
-               float score;
-
-       };
-
-       Dist* distCalculator;
-       bool abort;
-       string method, fastafile;
-       bool filter, correction;
-       int processors, midpoint;
-       FilterSeqsCommand* filterSeqs;
-       vector<Sequence> seqs;
-       vector<Preference> pref;
-       
-       int findAverageMidPoint();
-       void readSeqs();
-       void generatePreferences(SparseMatrix*, SparseMatrix*);
-       int createSparseMatrix(int, int, SparseMatrix*, vector<Sequence>);
-       
 
 };