{# ####################### 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. #}

MultiQC BLR Report

This is a collection of results from the BLR pipeline. Go to our github page for more information.

{% 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 %}
{% for d in config.report_header_info %}{% for k, v in d.items() %}
{{ k }}
{{ v }}
{% endfor %}{% endfor %}
{% endif %} {% if config.show_analysis_time or config.show_analysis_paths %}

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

{% else %}

{% endif %} {% endif %}
{% endif %} {% if config.sample_names_rename_buttons | length > 0 %}

Change sample names: {% for sn_t in config.sample_names_rename_buttons %} {%- endfor %}

{% endif %} {% if config.show_hide_buttons | length > 0 %}

Show/Hide samples: {% for sn_t in config.show_hide_buttons %} {%- endfor %}

{% endif %}
{% if report.num_hc_plots > 0 and report.general_stats_data | 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 %}