Module autocompress::bgzip

source ·
Available on crate feature bgzip only.
Expand description

bgzip format support

Specification of this format is available at htslib webpage.

BgzipDecompress is not available in this crate because normal GzipDecompress can decompress bgzip files. If you need seek support for bgzip, please use bgzip-rs.

Structs

Type Aliases