Skip to content

Commit

Permalink
Merge branch 'v525' into 'dev'
Browse files Browse the repository at this point in the history
Release v5.2.5

See merge request epi2melabs/workflows/wf-template!233
  • Loading branch information
RenzoTale88 committed Sep 10, 2024
2 parents fdc20dc + 017489d commit 49cfc9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v5.2.5]
### Changed
- Updated wf-common to shae58638742cf84dbeeec683ba24bcdee67f64b986 fixing `SeqSummary` and `SeqCompare` plots in ezCharts (v0.11.0).

## [v5.2.4]
### Added
- `meta` keys `src_xam` and `src_xai` pointing to the input XAM/XAI files.
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ params {
example_cmd = [
"--fastq 'wf-template-demo/test_data/reads.fastq.gz'",
]
common_sha = "sha4a766a8333dbb72086b117c6eefba08e8ef7d76e"
common_sha = "shae58638742cf84dbeeec683ba24bcdee67f64b986"
agent = null
epi2me_instance = null
epi2me_user = null
Expand All @@ -57,7 +57,7 @@ manifest {
description = 'Template workflow'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v5.2.4'
version = 'v5.2.5'
}


Expand Down

0 comments on commit 49cfc9a

Please sign in to comment.