mdshw5 / pyfaidx

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

Missing library packaging #220

Closed nerilbl closed 1 month ago

nerilbl commented 4 months ago

I got the biopython needs to be >= 1.73 error even when having 1.83. for fasta.bgz files. Debugging it leav me to the version test
and installing (with pip) the packaging library solved the issue (the fasta.bgz read fine)

mdshw5 commented 1 month ago

Thanks for reporting this. I admit that I didn't understand your issue at first and forgot about it until today. I'll release a new minor version to address this issue.