]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeracheckrdp.h
started work on classify.seqs command. changed the database class so that it does...
[mothur.git] / chimeracheckrdp.h
index f436718ef8cc7ae5d63451edadd0eee960d3f9fc..fe4620614b8ae2d78d985599c594185313b40c4c 100644 (file)
@@ -14,7 +14,7 @@
 #include "chimera.h"
 #include "kmer.hpp"
 #include "kmerdb.hpp"
-#include "database.hpp"
+#include "alignmentdb.h"
 
 /***********************************************************/
 //This class was created using the algorythms described in 
@@ -39,7 +39,7 @@ class ChimeraCheckRDP : public Chimera {
                
                vector<linePair*> lines;
                vector<Sequence*> querySeqs;
-               Database* templateDB;
+               AlignmentDB* templateDB;
                Kmer* kmer;
                
                vector< vector<sim> > IS;  //IS[0] is the vector of IS values for each window for querySeqs[0]