Skip to content

Commit

Permalink
gtdbtk: use fastani >= 1.32, as per #36934 (#52772)
Browse files Browse the repository at this point in the history
* gtdbtk - use fastani >= 1.32, as per #36934

* Bump the build

* fastani: version syntax - remove space

* gtdbtk: add setuptools - pip fails on x86_64 otherwise

* gtdbtk: add linux-aarch64

* gtdbtk: note missing package for linux-aarch64

* Update recipes/gtdbtk/meta.yaml

---------

Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
dslarm and bgruening authored Dec 22, 2024
1 parent b94ffe3 commit f68c83a
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit f68c83a

Please sign in to comment.