Skip to content

Commit

Permalink
Merge branch 'cw-5311' into 'dev'
Browse files Browse the repository at this point in the history
Bump wf-common for fastcat 0.19.1 [CW-5311]

See merge request epi2melabs/workflows/wf-template!243
  • Loading branch information
SamStudio8 committed Dec 2, 2024
2 parents d22788f + ed5eed0 commit 259d7c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ 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).

[Unreleased]
## [v5.3.2]
### Changed
- Corrected permissions for non-executable workflow_glue files in bin/.
### Added
- No caching for getParams process.
- Updated wf-common to shaf15f9d80aba72c20e3e71f84869619873a56b8af to improve the performance of bamstats as provided by fastcat v0.19.1.
### Fixed
- getParams process cache can lead to incorrect parameter table in report if workflow is run with -resume under different conditions.

## [v5.3.1]
### Changed
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 = "shad28e55140f75a68f59bbecc74e880aeab16ab158"
common_sha = "shaf15f9d80aba72c20e3e71f84869619873a56b8af"
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.1'
version = 'v5.3.2'
}


Expand Down

0 comments on commit 259d7c0

Please sign in to comment.