From 124bffce0492346aff60d2467f90ec3c251a51f0 Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Tue, 19 Nov 2024 06:08:56 +0000 Subject: [PATCH 1/2] Update hisat2-pipeline to 1.0.8 --- recipes/hisat2-pipeline/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/hisat2-pipeline/meta.yaml b/recipes/hisat2-pipeline/meta.yaml index dfa4a265057f7..a5782b2f14eba 100644 --- a/recipes/hisat2-pipeline/meta.yaml +++ b/recipes/hisat2-pipeline/meta.yaml @@ -1,6 +1,6 @@ {% set name = "hisat2-pipeline" %} -{% set version = "1.0.7" %} -{% set sha256 = "4c21e62b8cf1e326b398eafb78e09d2b90843c852198bedb164ac5f1cfc7d33f" %} +{% set version = "1.0.8" %} +{% set sha256 = "0dfab47f5d95d448250fb9f0b973ee69b6d47b7baa41623141a6a0e11e18adc7" %} {% set DOI = "https://doi.org/10.5281/zenodo.10389729" %} package: From 7aa2034cb901b80bb6da7ddb58007656c07f5504 Mon Sep 17 00:00:00 2001 From: mencian Date: Tue, 19 Nov 2024 15:42:01 -0600 Subject: [PATCH 2/2] add setuptools to host --- recipes/hisat2-pipeline/meta.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes/hisat2-pipeline/meta.yaml b/recipes/hisat2-pipeline/meta.yaml index a5782b2f14eba..722eaa158bc83 100644 --- a/recipes/hisat2-pipeline/meta.yaml +++ b/recipes/hisat2-pipeline/meta.yaml @@ -10,10 +10,9 @@ package: build: number: 0 noarch: python - script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv + script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv run_exports: - - {{ pin_subpackage('hisat2-pipeline', max_pin="x.x") }} - + - {{ pin_subpackage('hisat2-pipeline', max_pin="x") }} source: url: https://github.com/mcamagna/HISAT2-pipeline/archive/refs/tags/v{{ version }}-bioconda.tar.gz @@ -23,6 +22,7 @@ requirements: host: - python >=3 - pip + - setuptools run: - python >=3 - hisat2 @@ -49,8 +49,9 @@ about: license: GPL-3.0-or-later license_family: GPL license_file: LICENSE - summary: 'A pipeline to automatically run an RNA-seq analysis using HISAT2/Stringtie using default settings' - + summary: 'A pipeline to automatically run an RNA-seq analysis using HISAT2/Stringtie using default settings.' + dev_url: https://github.com/mcamagna/HISAT2-pipeline + extra: identifiers: - {{ DOI }}