From 5a3f800e9bb02aec630fe31d6da83dceb145b5f0 Mon Sep 17 00:00:00 2001 From: Natalia Garcia Date: Wed, 18 Dec 2024 16:29:10 +0000 Subject: [PATCH] bump image ezcharts v0.11.5 [CW-5454] --- CHANGELOG.md | 4 ++++ nextflow.config | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d215d0..a7bd32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/nextflow.config b/nextflow.config index 0c0860d..b8991ae 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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 @@ -57,7 +57,7 @@ manifest { description = 'Template workflow' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v5.3.3' + version = 'v5.3.4' }