Skip to content
Snippets Groups Projects
Verified Commit 00e1e797 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

multiqc: add publishDir

parent 9ec0803c
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ container_url = "lbmc/multiqc:${version}" ...@@ -4,7 +4,7 @@ container_url = "lbmc/multiqc:${version}"
process multiqc { process multiqc {
container = "${container_url}" container = "${container_url}"
label "big_mem_mono_cpus" label "big_mem_mono_cpus"
tag "$report[0].baseName" publishDir "results/QC/", mode: 'copy':
input: input:
path report path report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment