]> git.donarmstrong.com Git - mothur.git/blobdiff - blastdb.cpp
fixed ties issue in maligner getBlastSeqs
[mothur.git] / blastdb.cpp
index 14a1fa3a67368f5207a1c0df7a08ca5bab7fade9..026c4ca3054f0d9db16eb53ec1327115f67239d4 100644 (file)
@@ -146,6 +146,7 @@ vector<int> BlastDB::findClosestMegaBlast(Sequence* seq, int n) {
                        
                        m->gobble(m8FileHandle);
                        topMatches.push_back(templateAccession);
+                       megaScores.push_back(searchScore);
 //cout << templateAccession << endl;
                }
                m8FileHandle.close();