{% extends "layout.html" %} {% block head %} {% endblock %} {% block content %}
CRISPResso2 run information

CRISPResso version: {{report_data['run_data']['version']}}

Run completed: {{report_data['run_data']['end_time_string']}}

Amplicon sequence:

{{report_data['run_data']['args']['amplicon_seq']}}

{% if report_data['run_data']['args']['guide_seq'] != '' %}

Guide sequence:

{{report_data['run_data']['args']['guide_seq']}}

{% endif %}

Command used:

{{report_data['command_used']}}

Parameters:

{{report_data['params']}}

Allele assignments
{# end card #} {# start global coding sequence report #} {% if report_data['fig_locs']['plot_5a'] %}
Global frameshift analysis
{% endif %} {% if report_data['fig_locs']['plot_6a'] %}
Global frameshift mutagenesis profiles
{% endif %} {% if report_data['fig_locs']['plot_8a'] %}
Global splicing analysis
{% endif %} {# end of global coding sequence analysis #} {% if report_data.amplicons|length == 1 %}
{# if only one amplicon, just a normal div #} {% else %} {# If there is more than one amplicon, print a navigation to show each amplicon #}

Reads are aligned to each amplicon sequence separately. Quantification and visualization of these reads are shown for each amplicon below:

Amplicons
{% endif %} {# end if report contains more than one amplicon #} {% if report_data.amplicons|length == 1 %} {# if only one amplicon, just a normal div #}
{% else %} {# jumbotron_content #}
{# jumbrotron #}
{# column #}
{% endblock %} {% block foot %} {% endblock %}