python-isal icon indicating copy to clipboard operation
python-isal copied to clipboard

Allow multithreaded decompression of bgzip formats

Open rhpvorderman opened this issue 10 months ago • 0 comments

bgzip allows multithreaded decompression as blocks are independent.

All BAM files are bgzipped.

Sequali is currently bottlenecked by single threaded decompression.

This library is the best place to solve it, as specialized C code can be added if necessary.

rhpvorderman avatar Dec 18 '24 11:12 rhpvorderman