Skip to content

Commit

Permalink
Update qtlseq to 2.2.8 (#51471)
Browse files Browse the repository at this point in the history
* Update qtlseq to 2.2.7

* Update qtlseq to 2.2.8

* add setuptools to host

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 18, 2024
1 parent cb5a11a commit b0b90be
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions recipes/qtlseq/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "qtlseq" %}
{% set version = "2.2.6" %}
{% set sha256 = "dd21dc8a7c75e330d3333356a113373e342e298882511e15f7da801035957e4f" %}
{% set version = "2.2.8" %}
{% set sha256 = "fe4fd97a50a2240d60987f4c7dc67db2dee23654a5ec34bd08e30108a0ed1bdc" %}

package:
name: {{ name|lower }}
Expand All @@ -11,16 +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:
- qtlseq = qtlseq.qtlseq:main
- qtlplot = qtlseq.qtlplot:main
run_exports:
- {{ pin_subpackage('qtlseq', max_pin="x") }}

requirements:
host:
- python >=3.5
- pip
- setuptools
run:
- python >=3.5
- samtools >=1.7
Expand All @@ -32,7 +36,7 @@ requirements:
- matplotlib-base
- numpy
- pandas
- seaborn
- seaborn-base

test:
commands:
Expand All @@ -41,9 +45,10 @@ test:

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

extra:
identifiers:
Expand Down

0 comments on commit b0b90be

Please sign in to comment.