Skip to content

Commit

Permalink
Merge branch 'template_526' into 'dev'
Browse files Browse the repository at this point in the history
wf-template v5.2.6

See merge request epi2melabs/workflows/wf-template!234
  • Loading branch information
SamStudio8 committed Sep 13, 2024
2 parents 49cfc9a + 1af93fd commit 056c684
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.6]
### Changed
- Updated wf-common to shad28e55140f75a68f59bbecc74e880aeab16ab158 improving legends and hovers for ezCharts plots (v0.11.2).

## [v5.2.5]
### Changed
- Updated wf-common to shae58638742cf84dbeeec683ba24bcdee67f64b986 fixing `SeqSummary` and `SeqCompare` plots in ezCharts (v0.11.0).
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 = "shae58638742cf84dbeeec683ba24bcdee67f64b986"
common_sha = "shad28e55140f75a68f59bbecc74e880aeab16ab158"
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.5'
version = 'v5.2.6'
}


Expand Down

0 comments on commit 056c684

Please sign in to comment.