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

multiqc: fix typo :7

parent 8c295a37
No related branches found
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"
publishDir "results/QC/", mode: 'copy': 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.
Finish editing this message first!
Please register or to comment