Skip to content
Snippets Groups Projects
Commit b4928906 authored by Aaron's avatar Aaron
Browse files

chromsweep demo

parent 2db206ca
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ void ChromSweep::Sweep() { ...@@ -168,7 +168,7 @@ void ChromSweep::Sweep() {
db_cache.push_back(curr_db); db_cache.push_back(curr_db);
db_status = _bedB->GetNextBed(curr_db, db_lineNum); 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); ReportHits(curr_qy, hits);
hits.clear(); hits.clear();
qy_status = _bedA->GetNextBed(curr_qy, qy_lineNum); qy_status = _bedA->GetNextBed(curr_qy, qy_lineNum);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment