{# ####################### header.html ########################## This block gives the introduction content at the top of each report. That is, the page title, welcome message, details of where the report was generated and the button that launches the welcome tour. #}

{{ '

'+config.title+'

' if config.title != None }}

A modular tool to aggregate results from bioinformatics analyses across many samples into a single report.

Report generated on {{ config.creation_date }} based on data in: {% if config.analysis_dir | length == 1 %}{{ config.analysis_dir[0] }} {% else %}

{% endif %}
Welcome! There's a lot you can do here!
{% if report.num_hc_plots > 0 and report.general_stats_html['rows'] | length > config.num_datasets_plot_limit %}
Because this report contains a lot of samples, you may need to click 'Show plot' to see some graphs.
{% endif %}