Open ghuls opened 3 years ago
I would very much like for both of those things to happen! If someone else starts on that before I do I'm more than happy to accommodate that / help make it happen. Especially the python library.
If I, or anyone else starts on this it'd be great to post a comment in this ticket.
Make gzp usable as C library and/or python module
For example, there is a python wrapper around ISA-L
which uses the
igzip` code to provide fast gzip decompression/compression (bad compression ratios) which mimics the standard gzip module to provide faster gzip (de)compression speed.https://github.com/pycompression/python-isal
It would be great if
gzp
could be exposed in a similar way, so more bioinformatics (python) programs can read/write gzip/bgzf files faster.