{% load staticfiles %}

Library Name

Library ID: {{ lib.id }} {% if user.is_staff %}Edit{% endif %}
Name: {{ lib.library_name }}
Affiliations:

Sample Details

Species: {{ lib.library_species.scientific_name }}
Experiment Type: {{ lib.experiment_type }}
{% if lib.antibody %} Antibody: {{ lib.antibody.antibodies }} {% if lib.antibody.antibodies.nickname %} ({{ lib.antibody.nickname }}) {% endif %}
{% endif %} {% if lib.cell_line %} Background or Cell Line: {{ lib.cell_line }}
{% endif %} {% if lib.condition %} Condition: {{ lib.condition.condition_name }} {% if lib.condition.nickname %} ({{ lib.condition.nickname }}) {% endif %}
{% endif %} {% if lib.replicate %} Replicate: {{ lib.replicate }}
{% endif %}

Library Details

Library Type: {{ lib.library_type }}
Multiplex Index: {{ lib.index_sequence_text }}
Creation Date {{ lib.creation_date }}
Made By: {{ lib.made_by }}
{% if lib.gel_cut_size %} Gel Cut Size: {{ lib.gel_cut_size }}
{% endif %} {% if lib.insert_size %} Insert Size: {{ lib.insert_size }}
{% endif %} {% if lib.undiluted_concentration %} Concentration: {{ lib.undiluted_concentration }} ng/µl
{% endif %} {% if lib.stopping_point_name %} Protocol Stopping Point {{ lib.stopping_point_name }}
{% endif %}