Skip to content

Commit b6343cb

Browse files
authored
Merge pull request #1885 from pinin4fjords/fix/collect-ordering-determinism
Bump quant_tximport_summarizedexperiment and quantify_rsem for deterministic collect() ordering
2 parents 9b04429 + 110a0ed commit b6343cb

4 files changed

Lines changed: 34 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
- [PR #1869](https://github.com/nf-core/rnaseq/pull/1869) - Add pipeline validation error when `--use_rustqc` and `--skip_markduplicates` are set together, since RustQC requires duplicate-marked BAM files ([#1865](https://github.com/nf-core/rnaseq/issues/1865))
2727
- [PR #1883](https://github.com/nf-core/rnaseq/pull/1883) - Update the `tximeta/tximport` module ([nf-core/modules#12362](https://github.com/nf-core/modules/pull/12362)): add a `jq` build dependency and set `LC_COLLATE=C` for reproducible gene-level output ordering
2828
- [PR #1884](https://github.com/nf-core/rnaseq/pull/1884) - Update `trimgalore` module to 2.3.0
29+
- [PR #1885](https://github.com/nf-core/rnaseq/pull/1885) - Bump `quant_tximport_summarizedexperiment` and `quantify_rsem` ([nf-core/modules#12377](https://github.com/nf-core/modules/pull/12377)): sort the collected per-sample inputs to `TXIMETA_TXIMPORT` and `CUSTOM_RSEMMERGECOUNTS` by staged file name, keeping their cache keys stable across `-resume` instead of following non-deterministic task-completion order ([#1879](https://github.com/nf-core/rnaseq/issues/1879))
2930

3031
## [[3.26.0](https://github.com/nf-core/rnaseq/releases/tag/3.26.0)] - 2026-05-07
3132

modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
},
484484
"quant_tximport_summarizedexperiment": {
485485
"branch": "master",
486-
"git_sha": "77df703775155f3f0f8922f9354501e0289348c2",
486+
"git_sha": "fbf6cd41f577f23d33a2d8354f6d8b4feafdffe0",
487487
"installed_by": ["quantify_pseudo_alignment", "quantify_rsem"]
488488
},
489489
"quantify_pseudo_alignment": {
@@ -493,7 +493,7 @@
493493
},
494494
"quantify_rsem": {
495495
"branch": "master",
496-
"git_sha": "77378d340769713877b6a7f72fb7b66f89e65a4c",
496+
"git_sha": "fbf6cd41f577f23d33a2d8354f6d8b4feafdffe0",
497497
"installed_by": ["subworkflows"]
498498
},
499499
"utils_nextflow_pipeline": {

subworkflows/nf-core/quant_tximport_summarizedexperiment/main.nf

Lines changed: 19 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/quantify_rsem/main.nf

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)