From 057fc0e886a350ace09ebf1294216a46daf87499 Mon Sep 17 00:00:00 2001 From: Kiah McIntosh Date: Fri, 17 Apr 2026 14:01:28 +0000 Subject: [PATCH] Update common sha --- CHANGELOG.md | 12 ++++++++++-- nextflow.config | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc885f..29f9d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed -- Updated to wf-template v5.6.3 to maintain compliance with our latest wf-template standard, changing: +- Updated to wf-template v6.0.0 to maintain compliance with our latest wf-template standard, changing: - Pipeline overview now appears before pipeline parameters in README. - - ezCharts plotting library has been updated to 0.15.1, there are no user facing changes to plots. - Fastcat FASTQ pre-processing program has been updated to 0.24.2, it is more robust to malformed FASTQ input. +### Added +- Updated to wf-template v6.0.0, adding: + - Support for workflows to define non-main entrypoints for additional functionality. + - ezcharts 0.16.1, to provide UpSetPlot, BaseComposition and polya components + +### Fixed +- Updated to wf-template v6.0.0, fixing: + - `configure_igv` process crashes when reference names include special characters. + ## [v1.7.2] This patch release of wf-transcriptomes updates internal workflow naming, and does not affect any workflow outputs. ### Changed diff --git a/nextflow.config b/nextflow.config index b94d70c..c3dd6d8 100644 --- a/nextflow.config +++ b/nextflow.config @@ -96,7 +96,7 @@ params { ] agent = null container_sha = "shaaaf20a5a0e76f9e18bad21af639a6b69e4a31a2f" - common_sha = "shabf443fe2f7361981b94a2f53009cbd1d894bac95" + common_sha = "sha21d552f9910c575766e5d465fcb7b52fefda4b79" } }