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

Update genomad to 1.7.6 #46589

Merged
merged 2 commits into from
Mar 20, 2024
Merged
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
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