cyvcf2
github.com/brentp/cyvcf2Cython + HTSlib == fast VCF parsing; even faster parsing than pyVCF.
Sourced from
- Awesome Bioinformatics — github.com/brentp/cyvcf2
- GitHub — github.com/brentp/cyvcf2
Related resources
The main purpose of HTSlib is to provide access to genomic information files, both alignment data (SAM, BAM, and CRAM formats) and variant data (VCF and BCF formats). The library also provides interfaces to access and index genome reference data in FASTA format and tab-delimited files with genomic coordinates. It is utilized and incorporated into both SAMtools and BCFtools.
Python wrapper for [samtools](https://github.com/samtools/samtools).
Annotate a VCF with other VCFs/BEDs/tabixed files.
Python library for blazing-fast genomic interval operations and genomic file formats I/O on Polars DataFrames