Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hisat2-pipeline to 1.0.8 #52178

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions recipes/hisat2-pipeline/meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand All @@ -23,6 +22,7 @@ requirements:
host:
- python >=3
- pip
- setuptools
run:
- python >=3
- hisat2
Expand All @@ -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 }}
Loading