{% extends "base_site.html" %} {% load humanize i18n %} {% block extrahead %} {% block additional_javascript %} {% endblock %} {% endblock %} {% block content %}
{% include "experiments/flowcell_header.html" %}

About this lane

Lane: {{lane.lane_number}}
pM: {{ lane.pM }}
{% if lane.cluster_estimate %} Cluster Estimate: {{ lane.cluster_estimate|intcomma }}
{% endif %} {% if lane.status %} Lane Status: {{ lane.status }}
{% endif %} {% if lane.comment %} Comments: {{ lane.comment }}
{% endif %}

{% 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 %} {% else %} {% endif %} {% endfor %}
Lane IVC All IVC Call IVC Percent Base IVC Percent Base All IVC Percent Base Called
{{lane_number}} Lane {{lane_id }} IVC All Lane {{lane_id }} IVC Call Lane {{lane_id }} IVC % Base Lane {{lane_id }} IVC % Base All Lane {{lane_id }} IVC % Base Called
No data
{% endfor %}
{% endblock %}