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

Create a BGZIP index (BGZF) on the fly #17

Open
nh13 opened this issue Jun 22, 2022 · 2 comments
Open

Create a BGZIP index (BGZF) on the fly #17

nh13 opened this issue Jun 22, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@nh13
Copy link

nh13 commented Jun 22, 2022

See: http://www.htslib.org/doc/bgzip.html. This should not be too hard if you keep the uncompressed and compressed byte offset of each block you are processing. Right now, I have to use bgzip to create the index.

@sstadick
Copy link
Owner

I do really want this and just haven't gotten around to it / needed it myself yet.

@sstadick sstadick added the enhancement New feature or request label Jun 23, 2022
@nh13
Copy link
Author

nh13 commented Jun 23, 2022

Maybe I’ll make a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants