From: westcott Date: Wed, 4 May 2011 14:34:28 +0000 (+0000) Subject: changes for chimera slayer X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=665aed06f1d313fe6259e5a3b45844f20338a5f9;p=mothur.git changes for chimera slayer --- diff --git a/blastdb.cpp b/blastdb.cpp index 3e1210b..cc85989 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) { + if (searchScore >= minPerID) { topMatches.push_back(templateAccession); Scores.push_back(searchScore); }