cyvcf
github.com/arq5x/cyvcfA port of [pyVCF](https://github.com/jamescasbon/PyVCF) using Cython for speed.
Sourced from
- Awesome Bioinformatics — github.com/arq5x/cyvcf
Related resources
Cython + HTSlib == fast VCF parsing; even faster parsing than pyVCF.
A Python script that converts positional information from a SAM dataset into interval format with 0-based start and 1-based end. CIGAR string of SAM format is used to compute the end coordinate.