Skip to content

Commit

Permalink
Update unassigner to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored and Autobump committed Oct 17, 2024
1 parent 6b9962d commit 59f20e2
Showing 1 changed file with 46 additions and 46 deletions.
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

0 comments on commit 59f20e2

Please sign in to comment.