Skip to content

Commit c12acec

Browse files
authored
TEMPLATE: bump nf-schema back to 2.3.0
1 parent 75d8c83 commit c12acec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/pipeline-template/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ manifest {
304304
{% if nf_schema -%}
305305
// Nextflow plugins
306306
plugins {
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

310310
validation {

0 commit comments

Comments
 (0)