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

Handle header lines for new version of GetNextBed

parent 32e9e7b2
No related branches found
No related tags found
No related merge requests found
......@@ -216,6 +216,9 @@ BedLineStatus BedFile::GetNextBed(BED &bed, int &lineNum, bool forceSorted) {
exit(1);
}
}
else {
return status;
}
}
// default if file is closed or EOF
......
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