Skip to content

Commit

Permalink
Use nf-validation instead of nf-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Oct 16, 2024
1 parent 14f682e commit 0feeb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0feeb25

Please sign in to comment.