Skip to content

Commit cd72f97

Browse files
committed
update nf-schema version
1 parent 7fa5d5b commit cd72f97

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
@@ -295,7 +295,7 @@ manifest {
295295
{% if nf_schema -%}
296296
// Nextflow plugins
297297
plugins {
298-
id 'nf-schema@2.1.1' // Validation of pipeline parameters and creation of an input channel from a sample sheet
298+
id 'nf-schema@2.3.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
299299
}
300300

301301
validation {

0 commit comments

Comments
 (0)