{% load humanize %}

About this library

Library ID: {{ lib.library_id }}
Name: {{ lib.library_name }}
Species: {{ lib.library_species.scientific_name }}
Affiliations:

Raw Result Files

{% for result in eland_results %} {% endfor %}
Cycle Flowcell Lane Summary Eland Bed Archived
{{ result.cycle }} {{ result.flowcell_id }} {{ result.lane }} Summary {{ result.result_label }} {% if result.bed_url %} Bed {% endif %} {% if result.storage_ids %} {{ result.storage_ids }} {% 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 }}


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