Skip to content

Commit

Permalink
Update HMMER and easel versions, bump to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed May 15, 2024
1 parent 5793352 commit 31fdeb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions hmmer-py/build_hmmer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ mkdir "$TMP"
(
git clone https://github.com/horta/hmmer.git "$TMP/hmmer"
cd "$TMP/hmmer"
git reset --hard 0a6d8bef0634f002fe649cff674e7a5f104af43e
git reset --hard 1277e6d4aa760b2c6f38f7e9b88f46e1530ead44
)

(
git clone https://github.com/horta/easel.git "$TMP/hmmer/easel"
git clone https://github.com/EddyRivasLab/easel.git "$TMP/hmmer/easel"
cd "$TMP/hmmer/easel"
git reset --hard fc4a44acc0773125bb16dc13cf529adc99d6ddd6
git reset --hard 07ca83ba9ef0414dba9ce0a9331d465b5eb58f2b
)

(cd "$TMP/hmmer" && autoconf && ./configure && make)
Expand Down
4 changes: 2 additions & 2 deletions hmmer-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hmmer"
version = "0.2.4"
version = "3.4.0"
description = "HMMER binaries."
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
Expand All @@ -21,7 +21,7 @@ script = "build_hmmer.py"
generate-setup-file = false

[tool.poetry.group.dev.dependencies]
pytest = ">=7.3.2"
pytest = "^8.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 31fdeb7

Please sign in to comment.