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 ampcombi to v.2.0.1 #52184

Merged
merged 7 commits into from
Nov 19, 2024
Merged
Changes from 3 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
9 changes: 5 additions & 4 deletions recipes/ampcombi/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "AMPcombi" %}
{% set version = "0.2.2" %}
{% set version = "2.0.1" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: da9a179851a8f2041d05ccd10dd45b58099e84059e2e66a9ee405d1913471b58
sha256: 4bef05aa8433d991b76b81cb2338396c064f2ace5c73642411b2a2467524a0eb

build:
noarch: python
Expand All @@ -16,7 +16,7 @@ build:
- ampcombi = ampcombi:main
script: "{{ PYTHON }} -m pip install . -vv"
run_exports:
- {{ pin_subpackage("ampcombi", max_pin="x.x") }}
- {{ pin_subpackage("ampcombi", max_pin="x") }}
Darcy220606 marked this conversation as resolved.
Show resolved Hide resolved

requirements:
host:
Expand All @@ -32,9 +32,10 @@ requirements:
- backports.tempfile
- contextlib2
- openpyxl
- numpy ==1.26.4
- jsonschema
- python ==3.11
- diamond ==2.0.15
- colorama ==0.4.6
- mmseqs2 ==15.6f452

test:
Expand Down
Loading