{% extends "layout.html" %} {% block head %} {% endblock %} {% block content %}
{% if run_names|length > 0 %}
{{report_name}}
{% for run_name in run_names %} {{run_name}} {% endfor %}
{% endif %} {% if window_nuc_pct_quilts|length > 0 %}
Nucleotide percentages around guides
{% for plot_name in window_nuc_pct_quilts %}
{{summary_plot_titles[plot_name]}}
{% for (data_label,data_path) in summary_plot_datas[plot_name] %}

Data: {{data_label}}

{% endfor %} {% endfor %}
{% endif %} {% if nuc_pct_quilts|length > 0 %}
Nucleotide percentages in the entire amplicon
{% for plot_name in nuc_pct_quilts %}
{{summary_plot_titles[plot_name]}}
{% for (data_label,data_path) in summary_plot_datas[plot_name] %}

Data: {{data_label}}

{% endfor %} {% endfor %}
{% endif %} {% if window_nuc_conv_plots|length > 0 %}
Conversion of target bases around guides
{% for plot_name in window_nuc_conv_plots %}
{{summary_plot_titles[plot_name]}}
{% for (data_label,data_path) in summary_plot_datas[plot_name] %}

Data: {{data_label}}

{% endfor %} {% endfor %}
{% endif %} {% if nuc_conv_plots|length > 0 %}
Conversion of target bases in the entire amplicon
{% for plot_name in nuc_conv_plots %}
{{summary_plot_titles[plot_name]}}
{% for (data_label,data_path) in summary_plot_datas[plot_name] %}

Data: {{data_label}}

{% endfor %} {% endfor %}
{% endif %} {% if summary_plot_names|length > 0 %} {% for plot_name in summary_plot_names %}
{{summary_plot_titles[plot_name]}}
{% for (data_label,data_path) in summary_plot_datas[plot_name] %}

Data: {{data_label}}

{% endfor %}
{% endfor %} {% endif %} {% if allele_modification_heatmap_plot_names|length > 0 %} {% for heatmap_plot_name in allele_modification_heatmap_plot_names %} {% set line_plot_name = allele_modification_line_plot_names[loop.index - 1] %} {% set modification_type = heatmap_plot_name.split('_')[3] %}
{{allele_modification_heatmap_plot_titles[heatmap_plot_name]}}
{{allele_modification_heatmap_plot_htmls[heatmap_plot_name]}} {% for (data_label, data_path) in allele_modification_heatmap_plot_datas[heatmap_plot_name] %}

Data: {{data_label}}

{% endfor %}
{{allele_modification_line_plot_htmls[line_plot_name]}} {% for (data_label, data_path) in allele_modification_line_plot_datas[line_plot_name] %}

Data: {{data_label}}

{% endfor %}
{% endfor %} {% endif %} {% if compact_plots_to_show|length > 0 %}
Summary Plots
{% for compact_plot in compact_plots_to_show %} {% endfor %}
{% endif %}
{# jumbotron_content #} {# jumbrotron #} {# column #}
{% endblock %} {% block foot %} {% endblock %}