Skip to content

Commit

Permalink
Update genomad to 1.7.6 (#46589)
Browse files Browse the repository at this point in the history
* Update genomad to 1.7.6

* edit run_exports

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Mar 20, 2024
1 parent 4a2dcf3 commit 9142b85
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions recipes/genomad/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{% set name = "genomad" %}
{% set version = "1.7.5" %}
{% set version = "1.7.6" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

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:
Expand Down Expand Up @@ -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

0 comments on commit 9142b85

Please sign in to comment.