anuradhawick / LRBinner

LRBinner is a long-read binning tool published in WABI 2021 proceedings and AMB.
https://doi.org/10.4230/LIPIcs.WABI.2021.11
GNU General Public License v2.0
28 stars 4 forks source link

Install fail - hmmer version out-of-date #21

Open Krannich479 opened 3 months ago

Krannich479 commented 3 months ago

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.