From a105be5e5d5bf89abd2f143bc68a1f6270aeddc7 Mon Sep 17 00:00:00 2001 From: westcott Date: Wed, 4 May 2011 20:18:12 +0000 Subject: [PATCH] chimera.slayer --- blastdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blastdb.cpp b/blastdb.cpp index 8bf79c5..aadff82 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 (score >= minPerID) { //this follows broads CS, but probably should be searchScore... + if (searchScore >= minPerID) { topMatches.push_back(templateAccession); Scores.push_back(searchScore); } -- 2.39.2