We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa5d5b commit cd72f97Copy full SHA for cd72f97
nf_core/pipeline-template/nextflow.config
@@ -295,7 +295,7 @@ manifest {
295
{% if nf_schema -%}
296
// Nextflow plugins
297
plugins {
298
- id 'nf-schema@2.1.1' // Validation of pipeline parameters and creation of an input channel from a sample sheet
+ id 'nf-schema@2.3.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
299
}
300
301
validation {
0 commit comments