Module bgzf

Source
Expand description

Module for working with bgzipped file.

Structs§

Reader
A reader that transparently reads uncompressed, gzip, and bgzip files.
Writer
A writer that writes uncompressed, gzip, and bgzip files.

Enums§

CompressionLevel
The CompressionLevel used by the underlying GZIP writer Note that the special level NoCompression will not use the GZIP writer. Compression levels in BGZF files

Functions§

is_bgzip
Test if a file is a Bgzip compressed file