From b49289063f7255e6bcb6533bce8272bcd8986d2f Mon Sep 17 00:00:00 2001 From: Aaron <aaronquinlan@gmail.com> Date: Thu, 15 Sep 2011 15:41:52 -0400 Subject: [PATCH] chromsweep demo --- src/chromsweep/chromsweep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chromsweep/chromsweep.cpp b/src/chromsweep/chromsweep.cpp index ce912f4b..88af1a80 100644 --- a/src/chromsweep/chromsweep.cpp +++ b/src/chromsweep/chromsweep.cpp @@ -168,7 +168,7 @@ void ChromSweep::Sweep() { db_cache.push_back(curr_db); db_status = _bedB->GetNextBed(curr_db, db_lineNum); } - // report the hits for this query and reset for the next. + // report the hits for this query and reset for the next query ReportHits(curr_qy, hits); hits.clear(); qy_status = _bedA->GetNextBed(curr_qy, qy_lineNum); -- GitLab