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

multiqc: add publishDir

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