From 4c5f1a5ae411c36f904660c8203b598f8baa7c93 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 8 Jul 2011 17:33:51 -0700 Subject: [PATCH] Add "Count of multi-reads" back into the library page (Also encode the mapped read counts as RDFa --- .../templates/samples/library_detail.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/htsworkflow/frontend/templates/samples/library_detail.html b/htsworkflow/frontend/templates/samples/library_detail.html index 0cff58b..918dc4f 100644 --- a/htsworkflow/frontend/templates/samples/library_detail.html +++ b/htsworkflow/frontend/templates/samples/library_detail.html @@ -135,6 +135,23 @@ {% endfor %} +
+
+

Count of multi-reads

+ {% for eland_lane in lane_summary_list %} + {% if eland_lane.summarized_reads %} +

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

+ + {% endif %} + {% endfor %} {% endblock %} -- 2.30.2