mdshw5 / pyfaidx

Efficient pythonic random access to fasta subsequences
https://pypi.python.org/pypi/pyfaidx
Other
459 stars 75 forks source link

fix: remove seemingly superfluous import of pysam #194

Closed johanneskoester closed 2 years ago

mdshw5 commented 2 years ago

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.

mdshw5 commented 2 years ago

It looks like CI is failing due to changes in setuptools_scm that now require python3.7+, so I'll go ahead and merge. Thanks again @johanneskoester!