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.
Coordinates and Coordinate Systems
This module provides a wrapper, IndexedFastaFile over a FASTA. If an index exists, it will be used for rapid random access. If an index does not exist, one will be built.
GFF file reading and writing
SAMRecord and SAMFile are wrappers for htslib functions relating to SAM/BAM/CRAM* files
Module providing a wrapper, TabixIndexedFile over a line-oriented NGS flat file, such as BED, GFF3, VCF that has been indexed with tabix.