From 3d24c125cdcb0a7b96a94bedb06b491626de894c Mon Sep 17 00:00:00 2001 From: Annick Renevey <47788523+rannick@users.noreply.github.com> Date: Fri, 22 Sep 2023 08:53:41 +0200 Subject: [PATCH] correct entry in changelog attributed to wrong release --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f216b4bc..4c9ff036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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). -## v2.4.0 - [2023/09/20] +## v2.4.0 - [2023/09/22] ### Added @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Output bai files in same directory as bam files [#387](https://github.com/nf-core/rnafusion/pull/387) - Update and review documentation [#396](https://github.com/nf-core/rnafusion/pull/396) - Update picard container for `PICARD_COLLECTRNASEQMETRICS` to 3.0.0 [#395](https://github.com/nf-core/rnafusion/pull/395) +- Renamed output files [#395](https://github.com/nf-core/rnafusion/pull/395) + - `Arriba` visualisation pdf from meta.id to meta.id_combined_fusions_arriba_visualisation + - cram file from output bam of `STAR_FOR_ARRIBA`: meta.id to meta.id_star_for_arriba + - cram file from output bam of `STAR_FOR_STARFUSION`: meta.id to meta.id.star_for_starfusion.Aligned.sortedByCoord.out + - `fusion-report` index.html file to meta.id_fusionreport_index.html + - meta.id.vcf output from `MEGAFUSION` to meta.id_fusion_data.vcf ### Fixed @@ -44,12 +50,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Arriba` visualisation now runs for FusionInspector (combined tools) results, not only `Arriba` results - Updated metro map with trimming options and placed `Arriba` visualisation after `FusionInspector` - Exit with error when using squid in combination with any ensembl version different from 102 -- Renamed output files [#395](https://github.com/nf-core/rnafusion/pull/395) - - `Arriba` visualisation pdf from meta.id to meta.id_combined_fusions_arriba_visualisation - - cram file from output bam of `STAR_FOR_ARRIBA`: meta.id to meta.id_star_for_arriba - - cram file from output bam of `STAR_FOR_STARFUSION`: meta.id to meta.id.star_for_starfusion.Aligned.sortedByCoord.out - - `fusion-report` index.html file to meta.id_fusionreport_index.html - - meta.id.vcf output from `MEGAFUSION` to meta.id_fusion_data.vcf ### Fixed