-
Notifications
You must be signed in to change notification settings - Fork 37
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
bgzip support #18
Comments
I'd happily accept a patch to support this file format, but without clear documentation on what the file format is, plus a good way to "fast forward" and store partial decompression information, it may be very difficult. |
Thanks for the +1. I'll see what I can do. Time for |
+1 for bgzip. |
Just trying to understand this a bit more. It seems like:
I'm not quite sure how At the very least |
Ok: I now support what I believe is the bgzip format; though without understanding any of its tables etc. As bgzip is just concatenated gzip files (with extra trailer info) it should "just work". @slowkow and/or @schelhorn can you give it a go please? Again, this doesn't use or understand the |
Would it be possible to support files compressed with bgzip? Here's the link to source code. This would be very valuable for bioinformaticians.
Right now, here's what I get:
It works after I convert from bgzip to gzip:
The text was updated successfully, but these errors were encountered: