This module provides a wrapper, BGZFile, over an htslib BGZF compressed file/stream. The wrapper acts as a linewise ForwardRange over the file or stream.
Encapsulates a bgzipped (block gzipped) file. Implements InputRange interface using htslib calls to bgzf_getline().
See Source File
This module provides a wrapper, BGZFile, over an htslib BGZF compressed file/stream. The wrapper acts as a linewise ForwardRange over the file or stream.