Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5"
- "latest-everything"
profile:
- "conda"
Expand Down
3 changes: 2 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,15 @@ 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.0'
version = '1.13.0dev'
doi = '10.5281/zenodo.5070524'
}

// Nextflow plugins
plugins {
id '[email protected]' // Validation of pipeline parameters and creation of an input channel from a sample sheet
id '[email protected]'
}

validation {
Expand Down
12 changes: 5 additions & 7 deletions subworkflows/nf-core/utils_nextflow_pipeline/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 20 additions & 29 deletions subworkflows/nf-core/utils_nfcore_pipeline/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading