Yes, it looks like I was debating between using pysam.VariantFile and vcf.Reader back then. At some point pyvcf became unmaintained, and so new I use PyVCF3. If there is a need, I'm open to a different solution but for now thanks @johanneskoester for removing this unused import.
Yes, it looks like I was debating between using
pysam.VariantFile
andvcf.Reader
back then. At some pointpyvcf
became unmaintained, and so new I usePyVCF3
. If there is a need, I'm open to a different solution but for now thanks @johanneskoester for removing this unused import.