Skip to content
Snippets Groups Projects
Commit d0d90c3b authored by Dominik Burri's avatar Dominik Burri
Browse files

surround params in multiqc prepration; fixes #180

parent bb60c716
No related branches found
No related tags found
1 merge request!96Minor fixes
Pipeline #12899 passed
......@@ -1579,10 +1579,10 @@ rule prepare_multiqc_config:
"(python {input.script} \
--config {output.multiqc_config} \
--intro-text '{params.multiqc_intro_text}' \
--custom-logo {params.logo_path} \
--custom-logo '{params.logo_path}' \
--url '{params.url}' \
--author-name {params.author_name} \
--author-email {params.author_email} \
--author-name '{params.author_name}' \
--author-email '{params.author_email}' \
{params.additional_params}) \
1> {log.stdout} 2> {log.stderr}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment