{% for run_name in run_names %}
{{run_name}}
{% endfor %}
{% endif %}
{% if window_nuc_pct_quilts|length > 0 %}
Nucleotide percentages in the quantification window
{% for plot in window_nuc_pct_quilts %}
{% set amplicon_name = plot | replace(".Quantification_Window_Nucleotide_Percentage_Quilt.pdf","") %}
{% if window_nuc_pct_quilts|length > 1 %}
{{amplicon_name}}
{% endif %}
{% endfor %}
{% endif %}
{% if nuc_pct_quilts|length > 0 %}
Nucleotide percentages in the entire amplicon
{% for plot in nuc_pct_quilts %}
{% set amplicon_name = plot | replace(".Nucleotide_Percentage_Quilt.pdf","") %}
{% if nuc_pct_quilts|length > 1 %}
{{amplicon_name}}
{% endif %}
{% endfor %}
{% endif %}
{% if window_nuc_conv_plots|length > 0 %}
Conversion of target bases in the quantification window
{% for plot in window_nuc_conv_plots %}
{% set amplicon_name = plot | replace(".Quantification_Window_Nucleotide_Conversion.pdf","") %}
{% if window_nuc_conv_plots|length > 1 %}
{{amplicon_name}}
{% endif %}
{% endfor %}
{% endif %}
{% if nuc_conv_plots|length > 0 %}
Conversion of target bases in the entire amplicon
{% for plot in nuc_conv_plots %}
{% set amplicon_name = plot | replace(".Nucleotide_Conversion.pdf","") %}
{% if nuc_conv_plots|length > 1 %}
{{amplicon_name}}
{% endif %}
{% 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] %}