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 unassigner to 1.0.2 #51454

Merged
merged 1 commit into from
Oct 17, 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
92 changes: 46 additions & 46 deletions recipes/unassigner/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{% set name = "unassigner" %}
{% set version = "1.0.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 0a79a0fdf88318a2583e2a46deffb6f6ff4ce612c55b470c007eed7bb9aa2194
build:
number: 0
noarch: python
entry_points:
- unassigner = unassigner.command:main
script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv
run_exports:
- {{ pin_subpackage('unassigner', max_pin="x") }}
requirements:
host:
- pip
- python
run:
- python
- vsearch
- biopython
- scipy
test:
imports:
- unassigner
commands:
- unassigner --help
about:
home: https://github.com/PennChopMicrobiomeProgram/unassigner
license: GPL-2.0-or-later
license_family: GPL
summary: "Type strain identification for 16S reads"
dev_url: https://github.com/PennChopMicrobiomeProgram/unassigner
extra:
recipe-maintainers:
- Ulthran
{% set name = "unassigner" %}
{% set version = "1.0.2" %}

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

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

build:
number: 0
noarch: python
entry_points:
- unassigner = unassigner.command:main
script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv
run_exports:
- {{ pin_subpackage('unassigner', max_pin="x") }}

requirements:
host:
- pip
- python
run:
- python
- vsearch
- biopython
- scipy

test:
imports:
- unassigner
commands:
- unassigner --help

about:
home: https://github.com/PennChopMicrobiomeProgram/unassigner
license: GPL-2.0-or-later
license_family: GPL
summary: "Type strain identification for 16S reads"
dev_url: https://github.com/PennChopMicrobiomeProgram/unassigner

extra:
recipe-maintainers:
- Ulthran