Skip to content

Commit b871d05

Browse files
authored
Create directory for fusion report download (#11784)
1 parent 5795e46 commit b871d05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • modules/nf-core/fusionreport/download

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ process FUSIONREPORT_DOWNLOAD {
2121
def args = task.ext.args ?: ''
2222
prefix = task.ext.prefix ?: "${meta.id}"
2323
"""
24+
mkdir -p ${prefix}
2425
fusion_report download ${args} ${prefix}
2526
"""
2627

0 commit comments

Comments
 (0)