We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fa5d5b + e62a94b commit e6402dbCopy full SHA for e6402db
CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
### Template
6
7
+- Bump nf-schema to 2.3.0 ([#3401])(https://github.com/nf-core/tools/pull/3401)
8
+
9
### Download
10
11
- Allow `nf-core pipelines download -r` to download commits ([#3374](https://github.com/nf-core/tools/pull/3374))
nf_core/pipeline-template/nextflow.config
@@ -295,7 +295,7 @@ manifest {
295
{% if nf_schema -%}
296
// Nextflow plugins
297
plugins {
298
- id 'nf-schema@2.1.1' // Validation of pipeline parameters and creation of an input channel from a sample sheet
+ id 'nf-schema@2.3.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
299
}
300
301
validation {
0 commit comments