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 sub_html_files|length > 0 %}
CRISPResso batch output
{% for file in sub_html_files %}
{% set run_name = file | replace("CRISPResso_on_","") | dirname %}
{{run_name}}
{% endfor %}