Forrest Koch

Results 2 issues of Forrest Koch

The supplied Makefile ignores the prefix variable set during configuration. ### Steps to reproduce: ``` wget "https://github.com/hasindu2008/slow5tools/releases/download/v1.2.0/slow5tools-v1.2.0-release.tar.gz" tar -xzf slow5tools-v1.2.0-release.tar.gz cd slow4tools-v1.2.0 ./configure --prefix=$HOME/.local # or any other directory make...

Using Python 3.11, the dependencies in `requirements.txt` cannot be satisfied. Installation of requirements results in an error ``` ERROR: Cannot install -r requirements.txt (line 2) and numpy==1.20.0 because these package...