{% extends "base_site.html" %} {% load adminmedia humanize i18n %} {% block extrahead %} {% block additional_javascript %} {% endblock %} {% endblock %} {% block content %}

About this Flowcell

Flowcell: {{flowcell.flowcell_id}}
Run Date: {{ flowcell.run_date }}
Type: {{flowcell.flowcell_type}}
Read Length: {{flowcell.read_length}}
Control Lane: {{flowcell.control_lane}}
Notes:
{{flowcell.notes}}

Lanes

{% for lane in lanes %} {% endfor %}
Lane Library ID Library Name Species Comment
{{lane.lane_number}} {{lane.library.id}} {{lane.library.library_name}} {{ lane.library.library_species.scientific_name }} {{lane.comment}}
{% for run in flowcell.datarun_set.all %}

Run {{ run.runfolder_name }}

{% for lane_id, lane_file_set in run.lane_files.items %} {% if lane_file_set.ivc_all %} {% endif %} {% endfor %}
Lane IVC All IVC Call IVC Percent Base IVC Percent Base All IVC Percent Base Called
{{ lane_id }}
{% endfor %}
{% endblock %}