{% 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 %} {{render_partial('shared/partials/failed_runs.html', failed_runs=failed_runs, failed_runs_desc=failed_runs_desc)}} {% if window_nuc_pct_quilts|length > 0 %}
Nucleotide percentages around guides
{% for plot_name in window_nuc_pct_quilts %}
{{report_data['titles'][plot_name]}}
{{ render_partial('shared/partials/fig_summaries.html', report_data=report_data, plot_name=plot_name) }} {% endfor %}
{% endif %} {% if nuc_pct_quilts|length > 0 %}
Nucleotide percentages in the entire amplicon
{% for plot_name in nuc_pct_quilts %}
{{report_data['titles'][plot_name]}}
{{ render_partial('shared/partials/fig_summaries.html', report_data=report_data, plot_name=plot_name) }} {% endfor %}
{% endif %} {% if window_nuc_conv_plots|length > 0 %}
Conversion of target bases around guides
{% for plot_name in window_nuc_conv_plots %}
{{report_data['titles'][plot_name]}}
{{ render_partial('shared/partials/fig_summaries.html', report_data=report_data, plot_name=plot_name) }} {% endfor %}
{% endif %} {% if nuc_conv_plots|length > 0 %}
Conversion of target bases in the entire amplicon
{% for plot_name in nuc_conv_plots %}
{{report_data['titles'][plot_name]}}
{{ render_partial('shared/partials/fig_summaries.html', report_data=report_data, plot_name=plot_name) }} {% endfor %}
{% endif %} {% if report_data['names']|length > 0 %} {% for plot_name in report_data['names'] %}
{{report_data['titles'][plot_name]}}
{{ render_partial('shared/partials/fig_summaries.html', report_data=report_data, plot_name=plot_name) }}
{% endfor %} {% endif %} {% if compact_plots_to_show|length > 0 %}
Summary Plots
{% for compact_plot in compact_plots_to_show %} {% endfor %}
{% endif %} {{render_partial('shared/partials/report_footer_buttons.html', report_zip_filename=report_zip_filename, report_path=report_path)}}
{# jumbotron_content #}
{# jumbrotron #}
{# column #}
{% endblock %} {% block foot %} {% endblock %}