LRBinner
LRBinner copied to clipboard
Install fail - hmmer version out-of-date
Hmmer released a new version such that your build script is failing.
The build.sh
at
https://github.com/anuradhawick/LRBinner/blob/a5c3a1faba20e908fe888d636942fbccf914448f/build.sh#L14
is not dynamic s.t. it does not track updates. Once I changed everything to v3.4 in the build.sh
it installs successfully again.
I propose to use something like
hmmer_dir=$(realpath auxiliary/hmmer-*)
to catch the subdir with the downloaded and extracted version automatically.
same here, please update