Skip to content
Snippets Groups Projects
Commit 0481076f authored by Rachel  LEGENDRE's avatar Rachel LEGENDRE
Browse files

Update multiqc.rules

parent ac95fe54
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@ rule multiqc:
"MultiQC"
shell:
"""
multiqc {params.inputdir} -o {params.outdir} -n {output} {params.options} 2> {log}
multiqc {params.inputdir} -o {params.outdir} {params.options} 2> {log}
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment