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§
- Compression
Level - 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