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

gtdbtk: use fastani >= 1.32, as per #36934 #52772

Merged
merged 9 commits into from
Dec 22, 2024
5 changes: 3 additions & 2 deletions recipes/gtdbtk/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: e67bab2c8f3e47c7242c70236c78e85bb9dc4721636bbf5044b171f18f22b1f7
build:
number: 1
number: 2
noarch: python
entry_points:
- gtdbtk = gtdbtk.__main__:main
Expand All @@ -17,13 +17,14 @@ requirements:
host:
- pip
- python >=3.6
- setuptools
run:
- dendropy >=4.1.0
- python >=3.6
- prodigal >=2.6.2
- hmmer 3.*
- pplacer >=1.1.alpha17
- fastani 1.32
- fastani >=1.32
- fasttree >=2.1.9
- numpy >=1.9.0
- mash >=2.0
Expand Down
Loading