]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeracheckrdp.cpp
updated phylotype command
[mothur.git] / chimeracheckrdp.cpp
index acc3aa2eb62554743105b2847e2a682389d21b40..f9b2319a0dfc489c41d1634c2e4519e3db73bdc2 100644 (file)
@@ -77,11 +77,13 @@ void ChimeraCheckRDP::getChimeras() {
        try {
                
                //read in query sequences and subject sequences
-               mothurOut("Reading sequences and template file... "); cout.flush();
+               mothurOutEndLine();
+               mothurOut("Reading query sequences... "); cout.flush();
                querySeqs = readSeqs(fastafile);
+               mothurOut("Done."); 
                //templateSeqs = readSeqs(templateFile);
-               templateDB = new KmerDB(templateFile, kmerSize);
-               mothurOut("Done."); mothurOutEndLine();
+               templateDB = new AlignmentDB(templateFile, "kmer", kmerSize, 0.0,0.0,0.0,0.0);
+               mothurOutEndLine();
                
                int numSeqs = querySeqs.size();