X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=blastdb.cpp;h=bc92e1c5f083831a88ec2d10e7a0fe94c68bb6b7;hp=979d507c23d61b4537d62a1a4736721624616fb2;hb=f6c7165727bc17a5fbbcbb774d75ccffeb7f3da5;hpb=85bf2e965f12d609c751763883b2224e6951eeba diff --git a/blastdb.cpp b/blastdb.cpp index 979d507..bc92e1c 100644 --- a/blastdb.cpp +++ b/blastdb.cpp @@ -140,6 +140,7 @@ vector BlastDB::findClosestMegaBlast(Sequence* seq, int n) { while(!m8FileHandle.eof()){ m8FileHandle >> dummy >> templateAccession >> searchScore; + //cout << templateAccession << '\t' << searchScore << endl; //get rest of junk in line while (!m8FileHandle.eof()) { char c = m8FileHandle.get(); if (c == 10 || c == 13){ break; } }