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

nextflow 18.10.1 #11558

Merged
merged 1 commit into from
Oct 24, 2018
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
8 changes: 4 additions & 4 deletions recipes/nextflow/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.32.0" %}
{% set version = "18.10.1" %}

package:
name: nextflow
Expand All @@ -10,15 +10,15 @@ build:

source:
url: https://www.nextflow.io/releases/v{{ version }}/nextflow
sha256: f4f757ec63328e1c2312d956437ec6fb7774226c631e3aba48e233e0c8e6b8a7
sha256: 91d85e43578803ff88fd1c8d71129a1484f73b5c9f2962cc6916382c942b6602

requirements:
host:
- openjdk >=8,<=10
- openjdk >=8,<=11
- coreutils
- curl
run:
- openjdk >=8,<=10
- openjdk >=8,<=11
- coreutils
- curl

Expand Down