Skip to content

Commit

Permalink
Update itsxpress to 2.1.3 (bioconda#52117)
Browse files Browse the repository at this point in the history
* Update itsxpress to 2.1.3

* add setuptools to host

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 14, 2024
1 parent c7ec561 commit 93dc660
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/itsxpress/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set name = "itsxpress" %}
{% set version = "2.1.2" %}
{% set version = "2.1.3" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "5a19ef9333ac4acacfa1da9c27ff3f713d7521661fbfe7541c58221c2ce2d08f" %}
{% set hash_value = "a911701cbcf86ca6fc59b606d20fbee7015577477cfd4aa41d97420f23ad87c0" %}

package:
name: '{{ name|lower }}'
Expand All @@ -17,16 +17,16 @@ build:
number: 0
entry_points:
- itsxpress=itsxpress.main:main
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation . -vvv
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv
run_exports:
- {{ pin_subpackage('itsxpress', max_pin="x") }}

requirements:
host:
- pip
- python >=3.8
- setuptools
run:
- pip
- python >=3.8
- biopython >=1.79
- hmmer =3.1b2
Expand All @@ -44,7 +44,7 @@ about:
license: CC0-1.0
license_family: 'PUBLIC-DOMAIN'
summary: 'ITSxpress: Software to rapidly trim the Internally Transcribed Spacer (ITS) region from FASTQ files'

dev_url: http://github.com/usda-ars-gbru/itsxpress

extra:
recipe-maintainers:
Expand Down

0 comments on commit 93dc660

Please sign in to comment.