Skip to content

Commit

Permalink
Merge branch 'CW-5454' into 'dev'
Browse files Browse the repository at this point in the history
bump image  ezcharts v0.11.5 [CW-5454]

Closes CW-5454

See merge request epi2melabs/workflows/wf-template!245
  • Loading branch information
nggvs committed Dec 18, 2024
2 parents 49f9cd9 + 5a3f800 commit 3445b9d
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 @@ -5,6 +5,10 @@ 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.3.4]
### Changed
- Updated wf-common to shaabceef445fb63214073cbf5836fdd33c04be4ac7 to update ezcharts 0.11.5.

## [v5.3.3]
### Fixed
- Fixed regression in handling empty FASTQ files by updating wf-common to shabadd33adae761be6f2d59c6ecfb44b19cf472cfc to use fastcat v0.20.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 = "shabadd33adae761be6f2d59c6ecfb44b19cf472cfc"
common_sha = "shaabceef445fb63214073cbf5836fdd33c04be4ac7"
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.3.3'
version = 'v5.3.4'
}


Expand Down

0 comments on commit 3445b9d

Please sign in to comment.