Skip to content
Snippets Groups Projects
Unverified Commit fe874785 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

nf_modules: multiqc add DSL2

parent f172f456
No related branches found
No related tags found
No related merge requests found
version = "1.7"
container_url = "lbmc/multiqc:${version}"
process multiqc {
container = "${container_url}"
label "big_mem_mono_cpus"
tag "$report[0].baseName"
publishDir "results/QC/multiqc/", mode: 'copy'
input:
path report
output:
path "*multiqc_*", emit: report
script:
"""
multiqc -f .
"""
}
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