diff --git a/nextflow.config b/nextflow.config index 87a8015..a181eda 100644 --- a/nextflow.config +++ b/nextflow.config @@ -261,7 +261,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-validation@1.1.4' // Validation of pipeline parameters and creation of an input channel from a sample sheet } validation {