Skip to content

Commit

Permalink
Added version number to nf-validation plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-Kummer committed Feb 23, 2024
1 parent 9beb427 commit 9dc069b
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 @@ -198,7 +198,7 @@ singularity.registry = 'quay.io'

// Nextflow plugins
plugins {
id 'nf-validation' // 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 9dc069b

Please sign in to comment.