dhtslib

Modules

bgzf
module dhtslib.bgzf
cigar
module dhtslib.cigar

This module simplifies working with CIGAR strings/ops in SAM/BAM/CRAM format.

faidx
module dhtslib.faidx
htslib
module dhtslib.htslib
sam
module dhtslib.sam

SAMRecord and SAMFile are wrappers for htslib functions relating to SAM/BAM/CRAM* files

tabix
module dhtslib.tabix
tagvalue
module dhtslib.tagvalue
vcf
module dhtslib.vcf

VCFv4.2 (including BCF) reader and writer.

Public Imports

dhtslib.bgzf
public import dhtslib.bgzf;
dhtslib.cigar
public import dhtslib.cigar;
dhtslib.faidx
public import dhtslib.faidx;
dhtslib.sam
public import dhtslib.sam;
dhtslib.tabix
public import dhtslib.tabix;
dhtslib.tagvalue
public import dhtslib.tagvalue;
dhtslib.vcf
public import dhtslib.vcf;

Meta