Skip to content

Commit

Permalink
correct entry in changelog attributed to wrong release
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Sep 22, 2023
1 parent f3a09cd commit 3d24c12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 3d24c12

Please sign in to comment.