File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
nf_core/pipeline-template Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1313- run nf-test tests on runsOn runners ([ #3525 ] ( https://github.com/nf-core/tools/pull/3525 ) )
1414- Include the centralized nf-core configs also in offline mode, if a local copy is available. ([ #3491 ] ( https://github.com/nf-core/tools/pull/3491 ) )
1515- downgrade nf-schema to fix CI tests ([ #3544 ] ( https://github.com/nf-core/tools/pull/3544 ) )
16+ - bump nf-schema back to 2.3.0 ([ #3577 ] ( https://github.com/nf-core/tools/pull/3577 ) )
1617
1718### Linting
1819
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ manifest {
304304{% if nf_schema -% }
305305// Nextflow plugins
306306plugins {
307- id ' nf-schema@2.2 .0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
307+ id ' nf-schema@2.3 .0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
308308}
309309
310310validation {
You can’t perform that action at this time.
0 commit comments