Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reporting progress in BED iterators #4

Open
pjuren opened this issue Feb 15, 2015 · 0 comments
Open

reporting progress in BED iterators #4

pjuren opened this issue Feb 15, 2015 · 0 comments
Assignees
Milestone

Comments

@pjuren
Copy link
Owner

pjuren commented Feb 15, 2015

intervalTrees function in bedIterators uses the function pyokit.util.fileUtils.linesInFile() to report progress, which is nasty because it requires a full pass of the file beforehand.

BEDIterator, in the same module does this better, but should probably also be changed to seek the end of the stream rather than relying on it being a file.

@pjuren pjuren self-assigned this Feb 15, 2015
@pjuren pjuren added this to the Release 0.0.3 milestone Feb 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant