Skip to content

Commit 3934e6b

Browse files
authored
Merge pull request #815 from nf-core/fix-fusion-report
Fusionreport Fixes (Cosmic etc pp)
2 parents 28246ef + f7b8cd9 commit 3934e6b

24 files changed

Lines changed: 388 additions & 432 deletions

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ template:
1616
name: rnafusion
1717
org: nf-core
1818
outdir: .
19-
version: 4.1.2
19+
version: 4.1.3dev

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## v4.1.3dev - [2026-05-28]
7+
8+
### Added
9+
10+
### Fixed
11+
12+
- Fixed issues with FusionReport and COSMIC [#797](https://github.com/nf-core/rnafusion/issues/797)
13+
614
## v4.1.2 - [2026-05-20]
715

816
### Added

assets/multiqc_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/rnafusion/releases/tag/4.1.2" target="_blank">nf-core/rnafusion</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/rnafusion/4.1.2/docs/output" target="_blank">documentation</a>.
2+
This report has been generated by the <a href="https://github.com/nf-core/rnafusion/tree/dev" target="_blank">nf-core/rnafusion</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/rnafusion/dev/docs/output" target="_blank">documentation</a>.
33
44
report_section_order:
55
nf-core-rnafusion-methods-description:

modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
},
7676
"fusionreport/detect": {
7777
"branch": "master",
78-
"git_sha": "2737fcc61a0379e6f130de9069cadf77bc8e97ff",
78+
"git_sha": "6ed53ffdb0d6be9a34de52b9472693397994e6d0",
7979
"installed_by": ["modules"]
8080
},
8181
"fusionreport/download": {
8282
"branch": "master",
83-
"git_sha": "df4b662dae05afb695a4326fc172178b5a7a48ce",
83+
"git_sha": "b871d05e5c8aab73132a41ede89c40910726df74",
8484
"installed_by": ["modules"]
8585
},
8686
"gatk4/bedtointervallist": {

modules/nf-core/fusionreport/detect/environment.yml

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/fusionreport/detect/main.nf

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

modules/nf-core/fusionreport/detect/meta.yml

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

0 commit comments

Comments
 (0)