cschin / peregrine-2021

Other
58 stars 6 forks source link

changed GzDecoder to MultiGzDecoder #3

Closed jelber2 closed 2 years ago

jelber2 commented 2 years ago

Gives the Peregine-2021 the ability to read in bgzip (block gzipped) files. Still maintains ability to read in "regular" gzip files as before.

cschin commented 2 years ago

@jelber2 Thanks. I did realize that there is already support for the bgzip like format using multigzdecode(), thanks for figuring that out. I will merge once I did some quick tests. (I still need to find time to set up CI properly later.)