{# ####################### header.html ########################## Simplified to omit the stuff that is usually hidden. No offer to play a YouTube tutorial video and so on. #}
{{ config.intro_text if config.intro_text is not none else 'A modular tool to aggregate results from bioinformatics analyses across many samples into a single report.' }}
{% endif %} {% if config.report_comment and config.report_comment | length > 0 %}{{ config.report_comment }}{% endif %} {% if config.report_header_info and config.report_header_info | length > 0 %}
Report
{% if config.show_analysis_time %}
generated on {{ config.creation_date }}
{% endif %}
{% if config.show_analysis_paths %}
based on data in:
{% if report.analysis_files | length == 1 %}
{{ report.analysis_files[0] }}
{{ d }}