Skip to content

Commit

Permalink
Update mkdesigner to 0.5.1 (#51588)
Browse files Browse the repository at this point in the history
* Update mkdesigner to 0.5.1

* add setuptools to host

* update dependencies

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 23, 2024
1 parent 57cdf26 commit 2c0174a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions recipes/mkdesigner/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "mkdesigner" %}
{% set version = "0.4.4" %}
{% set version = "0.5.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/mkdesigner-{{ version }}.tar.gz
sha256: 29513140681b1f667764081bf981c1a548be3cf877bab4ffe551df96b1efbd9d
sha256: 532609a307abcabe2a090ea64a73d29092fafcd543d62d0d10fbadcee0ba9df5

build:
entry_points:
Expand All @@ -18,12 +18,13 @@ build:
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
number: 0
run_exports:
- {{ pin_subpackage('mkdesigner', max_pin="x") }}
- {{ pin_subpackage('mkdesigner', max_pin="x.x") }}

requirements:
host:
- python >=3.8,<4.0
- pip
- setuptools
run:
- python >=3.8,<4.0
- pandas >=2.0.2,<3.0.0
Expand All @@ -34,6 +35,7 @@ requirements:
- samtools >=1.6,<2.0
- bcftools >=1.5,<2.0
- matplotlib-base
- timeout-decorator

test:
imports:
Expand All @@ -44,11 +46,12 @@ test:
- mkselect --help

about:
home: https://github.com/KChigira/mkdesigner/
home: https://github.com/KChigira/mkdesigner
summary: Genome-wide design of markers for PCR-based genotyping from NGS data.
license: MIT
license_family: MIT
license_file: LICENSE
dev_url: https://github.com/KChigira/mkdesigner

extra:
recipe-maintainers:
Expand Down

0 comments on commit 2c0174a

Please sign in to comment.