Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Krannich479 opened this issue Apr 4, 2024 · 0 comments
Open

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

Krannich479 opened this issue Apr 4, 2024 · 0 comments

Comments

@Krannich479
Copy link

Hmmer released a new version such that your build script is failing.
The build.sh at

[ -d auxiliary/hmmer-3.3.2 ] && rm -r auxiliary/hmmer-3.3.2

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant