diff --git a/recipes/genomad/meta.yaml b/recipes/genomad/meta.yaml index 21506ba0e10de..4ac261bc491b2 100644 --- a/recipes/genomad/meta.yaml +++ b/recipes/genomad/meta.yaml @@ -1,5 +1,5 @@ {% set name = "genomad" %} -{% set version = "1.7.5" %} +{% set version = "1.7.6" %} package: name: "{{ name|lower }}" @@ -7,16 +7,16 @@ package: source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - sha256: 9f981c56d2c59774fb17fae144800a09db809a957b547073b54f6bbf72cec2ae + sha256: a42891daab9cf604c6ed89b3af6fc78b0e20f224844b7ae66f820a1ea155ceca build: number: 0 noarch: python - script: "{{ PYTHON }} -m pip install . -vv" + script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" entry_points: - genomad=genomad.cli:cli run_exports: - - {{ pin_subpackage("genomad", max_pin="x.x") }} + - {{ pin_subpackage("genomad", max_pin="x") }} requirements: host: @@ -48,3 +48,8 @@ about: license_file: LICENSE summary: "Identification of mobile genetic elements" dev_url: https://github.com/apcamargo/genomad/ + doc_url: https://portal.nersc.gov/genomad/ + +extra: + identifiers: + - biotools:genomad