We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5795e46 commit b871d05Copy full SHA for b871d05
1 file changed
modules/nf-core/fusionreport/download/main.nf
@@ -21,6 +21,7 @@ process FUSIONREPORT_DOWNLOAD {
21
def args = task.ext.args ?: ''
22
prefix = task.ext.prefix ?: "${meta.id}"
23
"""
24
+ mkdir -p ${prefix}
25
fusion_report download ${args} ${prefix}
26
27
0 commit comments