Skip to content

Commit fb5af65

Browse files
authored
Merge pull request #359 from nf-core/dev
Release 2.3.4
2 parents d4de338 + 09d50f1 commit fb5af65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/local/fusionreport/detect/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ process FUSIONREPORT {
1616
tuple val(meta), path("*fusionreport.tsv") , emit: fusion_list
1717
tuple val(meta), path("*fusionreport_filtered.tsv") , emit: fusion_list_filtered
1818
tuple val(meta), path("index.html") , emit: report
19-
tuple val(meta), path("*--*.html") , emit: html
19+
tuple val(meta), path("*_*.html") , emit: html
2020
tuple val(meta), path("*.csv") , optional:true, emit: csv
2121
tuple val(meta), path("*.json") , optional:true, emit: json
2222

@@ -53,7 +53,7 @@ process FUSIONREPORT {
5353
touch ${prefix}.fusionreport_filtered.tsv
5454
touch ${prefix}.fusionreport.tsv
5555
touch index.html
56-
touch AAA--BBB.html
56+
touch AAA_BBB.html
5757
touch ${prefix}.fusions.csv
5858
touch ${prefix}.fusions.json
5959

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ manifest {
256256
description = """Nextflow rnafusion analysis pipeline, part of the nf-core community."""
257257
mainScript = 'main.nf'
258258
nextflowVersion = '!>=22.10.1'
259-
version = '2.3.3'
259+
version = '2.3.4'
260260
doi = ''
261261
}
262262

0 commit comments

Comments
 (0)