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

multiqc: add comments on usage

parent 84b2ae0e
No related branches found
No related tags found
No related merge requests found
// multiqc generate nice html report combining lots of differents bioinformatics
// tools report.
//
// EXAMPLE:
/*
include { multiqc }
from './nf_modules/multiqc/main'
addParams(
multiqc_out: "QC/"
)
multiqc(
report_a
.mix(
report_b,
report_c,
report_d
)
)
*/
version = "1.9"
container_url = "lbmc/multiqc:${version}"
......
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