Skip to content

Commit 048ccff

Browse files
authored
Merge pull request #20 from vladsavelyev/report-datestamp
Fix for MultiQC 1.27: report timestamp moved to report object
2 parents 93199d8 + 7ef0c01 commit 048ccff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiqc_ngi/templates/genstat/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<h1 id="page_title">{{ config.title }} : MultiQC Report</h1>
1212

13-
<p>Report generated on {{ config.creation_date }} based on data in:
13+
<p>Report generated on {{ report.creation_date.strftime('%Y-%m-%d, %H:%M %Z') }} based on data in:
1414
{% if report.analysis_files | length == 1 %}
1515
<code class="mqc_analysis_path">{{ report.analysis_files[0] }}</code>
1616
{% else %}

0 commit comments

Comments
 (0)