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

Added Open() to BedWindow::WindowIntersectBed().

parent f23fb452
No related branches found
No related tags found
No related merge requests found
...@@ -139,6 +139,7 @@ void BedWindow::WindowIntersectBed() { ...@@ -139,6 +139,7 @@ void BedWindow::WindowIntersectBed() {
vector<BED> hits; // vector of potential hits vector<BED> hits; // vector of potential hits
hits.reserve(100); hits.reserve(100);
_bedA->Open();
// process each entry in A // process each entry in A
bedStatus = _bedA->GetNextBed(a, lineNum); bedStatus = _bedA->GetNextBed(a, lineNum);
while (bedStatus != BED_INVALID) { while (bedStatus != BED_INVALID) {
......
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