diff --git a/nextflow.config b/nextflow.config index 7227c6d..f3ec622 100644 --- a/nextflow.config +++ b/nextflow.config @@ -254,7 +254,7 @@ manifest { // Nextflow plugins plugins { - id 'nf-schema@2.1.1' // Validation of pipeline parameters and creation of an input channel from a sample sheet + id 'nf-schema@2.1.2' // Validation of pipeline parameters and creation of an input channel from a sample sheet } validation {