lmdu / pyfastx

a python package for fast random access to sequences from plain and gzipped FASTA/Q files

Home Page:https://pyfastx.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building/installing `pyfastx` from source is not possible due to zlib upgrade

aroon-color opened this issue · comments

We noticed that pyfastx cannot be built currently because it pins the zlib release 1.2.13. This release's zip has been pulled from https://zlib.net/. I've updated the pinned version to 1.3 and can confirm that pyfastx builds as expected and that zlib-based functionality still works.

This + another issue has been addressed in our PR here: https://github.com/color/color/pull/70660