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

About this 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:

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 }} 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 }}


Count of multi-reads

{% for lane in lane_summary_list %} {% if lane.summarized_reads %}

{{lane.cycle_width}} {{ lane.flowcell_id }} lane {{ lane.lane_id }} {% if lane.end %} end {{ lane.end }}{% endif %}

{% endif %} {% endfor %} {% endblock %}
{% endblock %}