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

Library Name

Library ID: {{ lib.id }}
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.nuckname %} ({{ 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 }}
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 %}

Raw Result Files

{% for result in eland_results %} {% endfor %}
Run Start Date Cycle Flowcell Lane Summary Eland Bed Archived
{{ result.run_date|date}} {{ result.cycle }} {{ result.flowcell_id }} {{ result.lane.lane_number }} Summary {{ result.result_label }} {% if result.bed_url %} Bed {% endif %} {% if result.storage_ids %} {{ result.storage_ids|safe }} {% endif %}

Lane Summary Statistics

{% block summary_stats %} {% for lane in lane_summary_list %} {% endfor %}
No Match QC Failed Unique Repeat
Cycles Flowcell Lane End Cluster / Tile pM Raw Reads total % total % 0 mismatch 1 mismatch 2 mismatch Total 0 mismatch 1 mismatch 2 mismatch Total
{{ lane.cycle_width }} {{ lane.flowcell_id }} {{ lane.lane_id }} {% if lane.end %}{{ lane.end }}{% endif %} {{ lane.clusters.0|intcomma }} {{ lane.successful_pm }} {{ lane.reads|intcomma }} {{ lane.no_match|intcomma }} {{ lane.no_match_percent|stringformat:".2f" }} {{ lane.qc_failed|intcomma }} {{ lane.qc_failed_percent|stringformat:".2f" }} {{ lane.match_codes.U0|intcomma }} {{ lane.match_codes.U1|intcomma }} {{ lane.match_codes.U2|intcomma }} {{ lane.unique_reads|intcomma }} {{ lane.match_codes.R0|intcomma }} {{ lane.match_codes.R1|intcomma }} {{ lane.match_codes.R2|intcomma }} {{ lane.repeat_reads|intcomma }}

Flowcell Notes

{% for lane in lib.lane_set.all %} {% endfor %}
Flowcell ID Lane Comment
{{ lane.flowcell.flowcell_id }} {{ lane.lane_number }} {{ lane.comment }}
{% endblock %}
{% endblock %}