Skip to content

Commit

Permalink
Update mutmap to 2.3.8 (#51472)
Browse files Browse the repository at this point in the history
* Update mutmap to 2.3.8

* add setuptools to host

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 18, 2024
1 parent edb9342 commit cb5a11a
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions recipes/mutmap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "mutmap" %}
{% set version = "2.3.6" %}
{% set sha256 = "74db0af6b2c3c83767d13509a9098ebb5fbb7170455770b056916ba48876ddb7" %}
{% set version = "2.3.8" %}
{% set sha256 = "6a0883ceb4fc0bbd4b19ccc65bcbff349d89d2a8db8732e5ef2e0d8dade5b595" %}

package:
name: {{ name|lower }}
Expand All @@ -11,17 +11,20 @@ source:
sha256: {{ sha256 }}

build:
script: python -m pip install --no-deps --ignore-installed .
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv
noarch: python
number: 0
entry_points:
- mutmap = mutmap.mutmap:main
- mutplot = mutmap.mutplot:main
run_exports:
- {{ pin_subpackage('mutmap', max_pin="x") }}

requirements:
host:
- python >=3.5
- pip

- setuptools
run:
- python >=3.5
- samtools >=1.7
Expand All @@ -33,18 +36,20 @@ requirements:
- matplotlib-base
- numpy
- pandas
- seaborn
- seaborn-base

test:
commands:
- mutmap -h
- mutplot -h

about:
home: https://github.com/YuSugihara/MutMap
summary: 'MutMap: pipeline to identify causative mutations responsible for a phenotype'
home: "https://github.com/YuSugihara/MutMap"
summary: 'MutMap: pipeline to identify causative mutations responsible for a phenotype.'
license: 'GPL-3.0-or-later'
license_family: GPL
license_family: GPL3
license_file: LICENSE
dev_url: "https://github.com/YuSugihara/MutMap"

extra:
identifiers:
Expand Down

0 comments on commit cb5a11a

Please sign in to comment.