Skip to content

Commit

Permalink
unify usage of nf-validation plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyliu1326 committed Oct 31, 2024
1 parent 7ffbd44 commit 8b5f09e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false
apptainer.enabled = false
docker.runOptions = '-u $(id -u):$(id -g)'
docker.runOptions = ''
}
singularity {
singularity.enabled = true
Expand Down Expand Up @@ -141,7 +141,8 @@ 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-schema@2.0.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
id 'nf-validation@1.1.3'
}

// Export these variables to prevent local Python/R libraries from conflicting with those in the container
Expand Down
10 changes: 5 additions & 5 deletions subworkflows/nf-core/utils_nfvalidation_plugin/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b5f09e

Please sign in to comment.