Skip to content

Commit fb32007

Browse files
committed
Template update for nf-core/tools version 3.2.1
1 parent 0e9046e commit fb32007

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lint:
2727
nextflow_config:
2828
- manifest.name
2929
- manifest.homePage
30-
nf_core_version: 3.2.0
30+
nf_core_version: 3.2.1
3131
repository_type: pipeline
3232
template:
3333
author: SusiJo, FriederikeHanssen, famosab

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ manifest {
264264

265265
// Nextflow plugins
266266
plugins {
267-
id 'nf-schema@2.3.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
267+
id 'nf-schema@2.2.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
268268
}
269269

270270
validation {

0 commit comments

Comments
 (0)