Skip to content

Commit

Permalink
optional html for fusionreport
Browse files Browse the repository at this point in the history
  • Loading branch information
fevac committed Aug 21, 2023
1 parent 09d50f1 commit 90c120b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/fusionreport/detect/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ process FUSIONREPORT {
tuple val(meta), path("*fusionreport.tsv") , emit: fusion_list
tuple val(meta), path("*fusionreport_filtered.tsv") , emit: fusion_list_filtered
tuple val(meta), path("index.html") , emit: report
tuple val(meta), path("*_*.html") , emit: html
tuple val(meta), path("*_*.html") , optional:true, emit: html
tuple val(meta), path("*.csv") , optional:true, emit: csv
tuple val(meta), path("*.json") , optional:true, emit: json

Expand Down

0 comments on commit 90c120b

Please sign in to comment.