From: Diane Trout Date: Sat, 9 Jul 2011 00:33:51 +0000 (-0700) Subject: Add "Count of multi-reads" back into the library page X-Git-Tag: 0.5.2~2 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=4c5f1a5ae411c36f904660c8203b598f8baa7c93 Add "Count of multi-reads" back into the library page (Also encode the mapped read counts as RDFa --- 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 %}