Skip to content
Snippets Groups Projects
Commit 818b39fe authored by nservant's avatar nservant
Browse files

bump --nextflow

parent 23163c87
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ install: ...@@ -29,7 +29,7 @@ install:
- sudo apt-get install npm && npm install -g markdownlint-cli - sudo apt-get install npm && npm install -g markdownlint-cli
env: env:
- NXF_VER='0.32.0' # Specify a minimum NF version that should be tested and work - NXF_VER='1.1.0' # Specify a minimum NF version that should be tested and work
- NXF_VER='' # Plus: get the latest NF version and check that it works - NXF_VER='' # Plus: get the latest NF version and check that it works
script: script:
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
**Analysis of Chromosome Conformation Capture data (Hi-C)**. **Analysis of Chromosome Conformation Capture data (Hi-C)**.
[![Build Status](https://travis-ci.com/nf-core/hic.svg?branch=master)](https://travis-ci.com/nf-core/hic) [![Build Status](https://travis-ci.com/nf-core/hic.svg?branch=master)](https://travis-ci.com/nf-core/hic)
[![Nextflow](https://img.shields.io/badge/nextflow-%E2%89%A50.32.0-brightgreen.svg)](https://www.nextflow.io/) [![Nextflow](https://img.shields.io/badge/nextflow-%E2%89%A51.1.0-brightgreen.svg)](https://www.nextflow.io/)
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg)](http://bioconda.github.io/) [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg)](http://bioconda.github.io/)
[![Docker](https://img.shields.io/docker/automated/nfcore/hic.svg)](https://hub.docker.com/r/nfcore/hic) [![Docker](https://img.shields.io/docker/automated/nfcore/hic.svg)](https://hub.docker.com/r/nfcore/hic)
......
...@@ -101,7 +101,7 @@ manifest { ...@@ -101,7 +101,7 @@ manifest {
homePage = 'https://github.com/nf-core/hic' homePage = 'https://github.com/nf-core/hic'
description = 'Analysis of Chromosome Conformation Capture data (Hi-C)' description = 'Analysis of Chromosome Conformation Capture data (Hi-C)'
mainScript = 'main.nf' mainScript = 'main.nf'
nextflowVersion = '>=0.32.0' nextflowVersion = '>=1.1.0'
version = '1.1.0' version = '1.1.0'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment