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

fails to decompress files created with bgzip #34

Open
rbuels opened this issue Sep 4, 2018 · 2 comments
Open

fails to decompress files created with bgzip #34

rbuels opened this issue Sep 4, 2018 · 2 comments

Comments

@rbuels
Copy link

rbuels commented Sep 4, 2018

Some files created with bgzip cannot be decompressed, or at least not with the same options as node's native zlib.

@rbuels
Copy link
Author

rbuels commented Sep 4, 2018

#35 demonstrates this. The test passes if you change the zlib import to native.

@rbuels
Copy link
Author

rbuels commented Sep 4, 2018

Interestingly, it's possible to decompress these files using pako directly, nodeca/pako#146 demonstrates a way that works.

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

No branches or pull requests

1 participant