File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ install:
3030 - sudo apt-get install npm && npm install -g markdownlint-cli
3131
3232env :
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
3636script :
Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments