We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9046e commit fb32007Copy full SHA for fb32007
2 files changed
.nf-core.yml
@@ -27,7 +27,7 @@ lint:
27
nextflow_config:
28
- manifest.name
29
- manifest.homePage
30
-nf_core_version: 3.2.0
+nf_core_version: 3.2.1
31
repository_type: pipeline
32
template:
33
author: SusiJo, FriederikeHanssen, famosab
nextflow.config
@@ -264,7 +264,7 @@ manifest {
264
265
// Nextflow plugins
266
plugins {
267
- id 'nf-schema@2.3.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
+ id 'nf-schema@2.2.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
268
}
269
270
validation {
0 commit comments