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

About this lane

Flowcell: {{flowcell.flowcell_id}}
Run Date: {{ flowcell.run_date }}
Type: {{flowcell.flowcell_type}}
Lane: {{lane.lane_number}}
Cycles: {{lane.flowcell.read_length}}
pM {{ lane.pM }}
Cluster Estimate {{ lane.cluster_estimate|intcomma }}
Lane Status: {{ lane.status }}
Comment: {{ lane.comment }}

{% include "sample_header.html" %}
{% for run in flowcell.datarun_set.all %}

Run {{ run.runfolder_name }}

{% for run, lane_number, lane_file_set in filtered_dataruns %} {% 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_number}}
{% endfor %}
{% endblock %}