File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
strategy :
24
24
matrix :
25
25
# Nextflow versions: check pipeline minimum and current latest
26
- nxf_ver : ['20.10 .0', '']
26
+ nxf_ver : ['21.04 .0', '']
27
27
steps :
28
28
- name : Check out pipeline code
29
29
uses : actions/checkout@v2
46
46
if : ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/mag') }}
47
47
runs-on : ubuntu-latest
48
48
env :
49
- NXF_VER : ' 20.10 .0'
49
+ NXF_VER : ' 21.04 .0'
50
50
NXF_ANSI_LOG : false
51
51
strategy :
52
52
matrix :
Original file line number Diff line number Diff line change 4
4
5
5
[ ![ GitHub Actions CI Status] ( https://github.com/nf-core/mag/workflows/nf-core%20CI/badge.svg )] ( https://github.com/nf-core/mag/actions )
6
6
[ ![ GitHub Actions Linting Status] ( https://github.com/nf-core/mag/workflows/nf-core%20linting/badge.svg )] ( https://github.com/nf-core/mag/actions )
7
- [ ![ Nextflow] ( https://img.shields.io/badge/nextflow-%E2%89%A520.10 .0-brightgreen .svg )] ( https://www.nextflow.io/ )
7
+ [ ![ Nextflow] ( https://img.shields.io/badge/nextflow%20DSL2 -%E2%89%A521.04 .0-23aa62 .svg?labelColor=000000 )] ( https://www.nextflow.io/ )
8
8
9
9
[ ![ install with bioconda] ( https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg )] ( https://bioconda.github.io/ )
10
10
[ ![ Docker] ( https://img.shields.io/docker/automated/nfcore/mag.svg )] ( https://hub.docker.com/r/nfcore/mag )
You can’t perform that action at this time.
0 commit comments