Skip to content

Commit 977e4b6

Browse files
committed
Bump Nextflow to 19.10.0
1 parent e9413a0 commit 977e4b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install:
3030
- sudo apt-get install npm && npm install -g markdownlint-cli
3131

3232
env:
33-
- NXF_VER='19.04.0' # Specify a minimum NF version that should be tested and work
33+
- NXF_VER='19.10.0' # Specify a minimum NF version that should be tested and work
3434
- NXF_VER='' # Plus: get the latest NF version and check that it works
3535

3636
script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ![nf-core/chipseq](docs/images/nf-core-chipseq_logo.png)
22

33
[![Build Status](https://travis-ci.com/nf-core/chipseq.svg?branch=master)](https://travis-ci.com/nf-core/chipseq)
4-
[![Nextflow](https://img.shields.io/badge/nextflow-%E2%89%A519.04.0-brightgreen.svg)](https://www.nextflow.io/)
4+
[![Nextflow](https://img.shields.io/badge/nextflow-%E2%89%A519.10.0-brightgreen.svg)](https://www.nextflow.io/)
55

66
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg)](http://bioconda.github.io/)
77
[![Docker](https://img.shields.io/docker/automated/nfcore/chipseq.svg)](https://hub.docker.com/r/nfcore/chipseq/)

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ manifest {
156156
homePage = 'https://github.com/nf-core/chipseq'
157157
description = 'ChIP-seq peak-calling and differential analysis pipeline.'
158158
mainScript = 'main.nf'
159-
nextflowVersion = '>=19.04.0'
159+
nextflowVersion = '>=19.10.0'
160160
version = '1.1.0'
161161
}
162162

0 commit comments

Comments
 (0)