Skip to content

Commit

Permalink
Merge pull request #2331 from mirpedrol/plugin-version
Browse files Browse the repository at this point in the history
Don't pin nf-validation plugin version
  • Loading branch information
mirpedrol authored Jun 22, 2023
2 parents b223002 + 7629d3d commit 760e92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ podman.registry = 'quay.io'

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

{% if igenomes -%}
Expand Down

0 comments on commit 760e92e

Please sign in to comment.