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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 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 All @@ -48,6 +49,9 @@ about:
license_file: 'LICENSE'
summary: 'A toolkit for assigning objective taxonomic classifications to bacterial and archaeal genomes.'
extra:
additional-platforms:
# requires mash and pplacer
# - linux-aarch64
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The recipe is noarch.
There is no need of additional platforms here

identifiers:
- doi:10.1093/bioinformatics/btz848
recipe-maintainers:
Expand Down
Loading