{% 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}}
pM {{ lane.pM }}
Cluster Estimate {{ lane.cluster_estimate|intcomma }}
Lane Status: {{ lane.status }}
Comment: {{ lane.comment }}

About the library

Library ID: {{ lib.id }}
Name: {{ lib.library_name }}
Species: {{ lib.library_species.scientific_name }}
Concentration: {{ lib.undiluted_concentration }} ng/µl
Gel Cut Size: {{ lib.gel_cut_size }}
Insert Size: {{ lib.insert_size }}
Background or Cell Line: {{ lib.cell_line }}
Replicate: {{ lib.replicate }}
Library Type: {{ lib.library_type }}
Experiment Type: {{ lib.experiment_type }}
Made By: {{ lib.made_by }}
Creation Date {{ lib.creation_date }}
Protocol Stopping Point {{ lib.stopping_point_name }}
Affiliations:
{% endblock %}