]> git.donarmstrong.com Git - mothur.git/blobdiff - blastdb.cpp
chimera.slayer
[mothur.git] / blastdb.cpp
index 7f02a8db6880f43faa4f6c89b2ca7aa4fa5b2697..8bf79c552c97e905f77011f2791a8f7f92a82172 100644 (file)
@@ -147,7 +147,7 @@ vector<int> 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 (score >= minPerID) { //this follows broads CS, but probably should be searchScore...
                                topMatches.push_back(templateAccession);
                                Scores.push_back(searchScore);
                        }