Skip to content

Commit

Permalink
relax the hmmer build version supported to allow newer versions also (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphaltip authored Jan 13, 2025
1 parent f7e9125 commit c425705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/itsxpress/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:

build:
noarch: python
number: 0
number: 1
entry_points:
- itsxpress=itsxpress.main:main
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv
Expand All @@ -29,7 +29,7 @@ requirements:
run:
- python >=3.8
- biopython >=1.79
- hmmer =3.1b2
- hmmer >=3.1b2
- vsearch =2.22.1
- pyzstd

Expand Down

0 comments on commit c425705

Please sign in to comment.