Skip to content

Commit

Permalink
Revert to nf-validation, as nf-schema was not really used
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed May 28, 2024
1 parent 8b564b5 commit 57dee46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed lib/nfcore_external_java_deps.jar
Empty file.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ singularity.registry = 'quay.io'

// Nextflow plugins
plugins {
id 'nf-schema@2.0.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
id 'nf-validation@1.1.3' // Validation of pipeline parameters and creation of an input channel from a sample sheet
}

// Export these variables to prevent local Python/R libraries from conflicting with those in the container
Expand Down

0 comments on commit 57dee46

Please sign in to comment.