Skip to content

Commit

Permalink
bump required nextflow version to 20.07.1
Browse files Browse the repository at this point in the history
this is mainly to prevent breakage with aws. x-ref nf-core/eager#631
  • Loading branch information
phue committed Mar 24, 2021
1 parent 6f998c5 commit 8ef4025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
# Nextflow versions: check pipeline minimum and current latest
nxf_ver: ['20.04.0', '21.03.0-edge']
nxf_ver: ['20.07.1', '21.03.0-edge']
aligner: ['bismark', 'bismark_hisat', 'bwameth']
include:
- aligner: 'bismark'
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ manifest {
homePage = 'https://github.com/nf-core/methylseq'
description = 'Methylation (Bisulfite-Sequencing) Best Practice analysis pipeline, part of the nf-core community.'
mainScript = 'main.nf'
nextflowVersion = '>=20.04.0'
nextflowVersion = '>=20.07.1'
version = '1.6dev'
}

Expand Down

0 comments on commit 8ef4025

Please sign in to comment.