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

add author information (#78)

parent 53b95906
Branches
Tags
1 merge request!91Config validation
......@@ -10,4 +10,6 @@
report_description: "No description provided by user"
report_logo: "../../images/logo.128px.png"
report_url: "https://zavolan.biozentrum.unibas.ch/"
author_name: "NA"
author_email: "NA"
...
......@@ -10,4 +10,6 @@
report_description: "No description provided by user"
report_logo: "../../images/logo.128px.png"
report_url: "https://zavolan.biozentrum.unibas.ch/"
author_name: "NA"
author_email: "NA"
...
......@@ -9,4 +9,6 @@
report_description: "No description provided by user"
report_logo: "../../images/logo.128px.png"
report_url: "https://zavolan.biozentrum.unibas.ch/"
author_name: "NA"
author_email: "NA"
...
......@@ -1547,6 +1547,8 @@ rule prepare_multiqc_config:
logo_path = config['report_logo'],
multiqc_intro_text = config['report_description'],
url = config['report_url'],
author_name = config['author_name'],
author_email = config['author_email'],
additional_params = parse_rule_config(
rule_config,
current_rule=current_rule,
......@@ -1572,6 +1574,8 @@ rule prepare_multiqc_config:
--intro-text '{params.multiqc_intro_text}' \
--custom-logo {params.logo_path} \
--url '{params.url}' \
--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