From b0b90be73baf2e05ae89288dcb572db8e7811782 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:45:31 -0400 Subject: [PATCH] Update qtlseq to 2.2.8 (#51471) * Update qtlseq to 2.2.7 * Update qtlseq to 2.2.8 * add setuptools to host --------- Co-authored-by: mencian --- recipes/qtlseq/meta.yaml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/recipes/qtlseq/meta.yaml b/recipes/qtlseq/meta.yaml index c652240449426..83056cb76fadc 100644 --- a/recipes/qtlseq/meta.yaml +++ b/recipes/qtlseq/meta.yaml @@ -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 }} @@ -11,9 +11,12 @@ 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") }} @@ -21,6 +24,7 @@ requirements: host: - python >=3.5 - pip + - setuptools run: - python >=3.5 - samtools >=1.7 @@ -32,7 +36,7 @@ requirements: - matplotlib-base - numpy - pandas - - seaborn + - seaborn-base test: commands: @@ -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: