From e9b5b34cd597e622fa11badcface066107dd268a Mon Sep 17 00:00:00 2001 From: westcott Date: Wed, 4 May 2011 15:36:44 +0000 Subject: [PATCH] changes for chimera slayer using last column --- blastdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blastdb.cpp b/blastdb.cpp index 40855d0..7f02a8d 100644 --- a/blastdb.cpp +++ b/blastdb.cpp @@ -147,7 +147,7 @@ vector BlastDB::findClosestMegaBlast(Sequence* seq, int n, int minPerID) { //while (!m8FileHandle.eof()) { char c = m8FileHandle.get(); if (c == 10 || c == 13){ break; }else{ cout << c; } } // //cout << endl; m->gobble(m8FileHandle); - if (searchScore >= minPerID) { + if (score >= minPerID) { topMatches.push_back(templateAccession); Scores.push_back(searchScore); } -- 2.39.5