LRBinner icon indicating copy to clipboard operation
LRBinner copied to clipboard

Install fail - hmmer version out-of-date

Open Krannich479 opened this issue 10 months ago • 1 comments

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.

Krannich479 avatar Apr 04 '24 11:04 Krannich479

same here, please update

vdejager avatar Sep 24 '24 13:09 vdejager