Update common sha

This commit is contained in:
Kiah McIntosh 2026-04-17 14:01:28 +00:00
parent f4cae35818
commit 057fc0e886
2 changed files with 11 additions and 3 deletions

View File

@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Changed ### 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. - 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. - 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] ## [v1.7.2]
This patch release of wf-transcriptomes updates internal workflow naming, and does not affect any workflow outputs. This patch release of wf-transcriptomes updates internal workflow naming, and does not affect any workflow outputs.
### Changed ### Changed

View File

@ -96,7 +96,7 @@ params {
] ]
agent = null agent = null
container_sha = "shaaaf20a5a0e76f9e18bad21af639a6b69e4a31a2f" container_sha = "shaaaf20a5a0e76f9e18bad21af639a6b69e4a31a2f"
common_sha = "shabf443fe2f7361981b94a2f53009cbd1d894bac95" common_sha = "sha21d552f9910c575766e5d465fcb7b52fefda4b79"
} }
} }