{% extends "tab-child.html" %} {% block content %} {% set directions = ['forward', 'reverse'] %}

Demultiplexed sequence counts summary

{{ result_data }}
{% for direction in directions %}

{{ direction|capitalize }} Reads Frequency Histogram

{% if show_plot[direction] %}

Download as PDF

{% else %}

No reads in this direction

{% endif %}
{% endfor %}

Per-sample sequence counts

Total Samples:  {% for direction in directions %} {% if n_samples[direction] %} {{ n_samples[direction] }} ({{ direction }})  {% endif %} {% endfor %}

{{ result }} Download as TSV
{% endblock %}