Skip to content

Commit

Permalink
Merge pull request #2 from sofiahaglund/quick_fix
Browse files Browse the repository at this point in the history
Fixed contact mail issue
  • Loading branch information
aanil authored Oct 12, 2020
2 parents 45d7367 + cd2588b commit 689ec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiqc_ngi/templates/ngi/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>
{% if report.ngi['ngi_header'] %}
<div class="well">
<dl class="dl-horizontal" style="margin-bottom:0;">
{{ '<dt>Contact E-mail:</dt><dd><a href="mailto:'+report.ngi['contact_email']+'">'+report.ngi['contact_email']+'</a></dd>' if 'contact_email' in report.ngi }}
{{ '<dt>Contact E-mail:</dt><dd><a href="mailto:'+report.ngi['contact_email']+'">'+report.ngi['contact_email']+'</a></dd>' if 'contact_email' in report.ngi and report.ngi['contact_email'] is not none}}
{{ '<dt>Application Type:</dt><dd>'+report.ngi['application']+'</dd>' if 'application' in report.ngi }}
{{ '<dt>Library Method:</dt><dd>'+report.ngi['libprep']+'</dd>' if 'libprep' in report.ngi }}
{{ '<dt>Sequencing Platform:</dt><dd>'+report.ngi['sequencing_platform']+'</dd>' if 'sequencing_platform' in report.ngi }}
Expand Down

0 comments on commit 689ec14

Please sign in to comment.