Skip to content

Commit

Permalink
Merge pull request nf-core#1767 from FriederikeHanssen/nfschema
Browse files Browse the repository at this point in the history
Bump schema version to 2.2.1
  • Loading branch information
FriederikeHanssen authored Jan 8, 2025
2 parents e4c7791 + 2721da2 commit 73cacd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3dev](https://github.com/nf-core/sarek/releases/tag/dev) - dev
## dev

### Added

- [1759](https://github.com/nf-core/sarek/pull/1759) - Back to dev

### Changed

- [1767](https://github.com/nf-core/sarek/pull/1767) - Bump nf-schema version to 2.2.1

### Fixed

### Removed
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ manifest {

// Nextflow plugins
plugins {
id 'nf-schema@2.1.1' // Validation of pipeline parameters and creation of an input channel from a sample sheet
id 'nf-schema@2.2.1' // Validation of pipeline parameters and creation of an input channel from a sample sheet
id 'nf-prov@1.2.2' // Provenance reports for pipeline runs
}

Expand Down

0 comments on commit 73cacd5

Please sign in to comment.