Skip to content

Commit

Permalink
add setuptools to host
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Nov 13, 2024
1 parent 4e2377e commit e075ce5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions recipes/augur/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ build:
noarch: python
entry_points:
- augur = augur.__main__:main
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
run_exports:
- {{ pin_subpackage('augur', max_pin='x') }}

requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- bcbio-gff >=0.7.1,<0.8
Expand All @@ -38,7 +39,6 @@ requirements:
- scipy >=1.0.0,<2
- treetime >=0.11.2,<0.12
- xopen[zstd] >=1.7.0,<3

- fasttree
- iqtree
- mafft
Expand All @@ -52,15 +52,18 @@ test:
- augur --help

about:
home: https://github.com/nextstrain/augur
license: AGPL-3.0-only
summary: 'Process pathogen genome data for the Nextstrain platform'
home: "https://github.com/nextstrain/augur"
license: "AGPL-3.0-only"
summary: 'Process pathogen genome data for the Nextstrain platform.'
license_family: AGPL
license_file: LICENSE.txt
dev_url: "https://github.com/nextstrain/augur"
doc_url: "https://docs.nextstrain.org/projects/augur"

extra:
identifiers:
- doi:10.21105/joss.02906
- biotools:Augur
recipe-maintainers:
- nextstrain-bot
- huddlej
Expand Down

0 comments on commit e075ce5

Please sign in to comment.