Skip to content

Commit

Permalink
Use Nextflow 24.10
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Dec 5, 2024
1 parent 595ac02 commit 0bbc665
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 @@ -59,7 +59,7 @@ jobs:
fail-fast: false
matrix:
NXF_VER:
- "24.04.2"
- "24.10.2"
- "latest-everything"
profile:
- "conda"
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ manifest {
homePage = 'https://github.com/nf-core/fetchngs'
description = """Pipeline to fetch metadata and raw FastQ files from public databases"""
mainScript = 'main.nf'
nextflowVersion = '!>=24.04.2'
nextflowVersion = '!>=24.10.2'
version = '1.13.0dev'
doi = '10.5281/zenodo.5070524'
}
Expand Down

0 comments on commit 0bbc665

Please sign in to comment.