Skip to content

Commit 38a190f

Browse files
authored
Merge pull request #878 from d4straub/nfschema-to-220
Downgrade nf-schema from 2.3.0 to 2.2.0
2 parents 3e4c213 + 3921029 commit 38a190f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
- [#872](https://github.com/nf-core/ampliseq/pull/872) - Follow nextflow's strict syntax
2525
- [#876](https://github.com/nf-core/ampliseq/pull/876) - Pulled the updated vsearch/clusters module from nf-core to fix a bug where a wildcard expansion trigging an arguments-too-long error.
26+
- [#878](https://github.com/nf-core/ampliseq/pull/878) - Downgraded nf-schema from 2.3.0 to 2.2.0 due to incompatibilities with nextflow stable versions 25.05 and newer
2627

2728
### `Dependencies`
2829

nextflow.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ manifest {
417417

418418
// Nextflow plugins
419419
plugins {
420-
id 'nf-schema@2.3.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
420+
id 'nf-schema@2.2.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
421421
}
422422

423423
validation {

0 commit comments

Comments
 (0)