From 4579dbfde3ba616881af2cf00bb1e47edd23d52b Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Wed, 23 Jul 2025 13:59:36 +0100 Subject: [PATCH 1/3] Update awsfulltest.yml to restore aligner-wise output --- .github/workflows/awsfulltest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/awsfulltest.yml b/.github/workflows/awsfulltest.yml index 7721d0009..27db9ad30 100644 --- a/.github/workflows/awsfulltest.yml +++ b/.github/workflows/awsfulltest.yml @@ -40,7 +40,7 @@ jobs: { "hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}", "aligner": "${{ matrix.aligner }}", - "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/rnaseq/results-${{ steps.revision.outputs.revision }}" + "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/rnaseq/results-${{ steps.revision.outputs.revision }}/aligner_${{ matrix.aligner }}/" } profiles: test_full From d7f81047aa131acff245d799293adfece006fe53 Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Wed, 23 Jul 2025 14:40:40 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 580c077d3..e712e6114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# 3.20.0 - xxxx-xx-xx + +### Enhancements & fixes + +- [PR #1585](https://github.com/nf-core/rnaseq/pull/1585) - Update awsfulltest.yml to restore aligner-wise output + # 3.19.0 - 2025-06-06 ### Credits From 96fb0409ce321c9ca3fc926541d23e4781c8006b Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Wed, 23 Jul 2025 16:56:28 +0100 Subject: [PATCH 3/3] Poke CI --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6274341f8..4ae8ac4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Special thanks to the following for their contributions to the release: ### Enhancements & fixes - [PR #1568](https://github.com/nf-core/rnaseq/pull/1568) - Bump version after release 3.19.0 -- [PR #1585](https://github.com/nf-core/rnaseq/pull/1585) - Update awsfulltest.yml to restore aligner-wise output +- [PR #1585](https://github.com/nf-core/rnaseq/pull/1585) - Update awsfulltest.yml to restore aligner-wise outputs ## [[3.19.0](https://github.com/nf-core/rnaseq/releases/tag/3.19.0)] - 2025-06-10