X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Ftemplates%2Fsamples%2Flibrary_detail.html;h=918dc4f3a5da04fe3a06eafd1b8a7d0db3475c42;hb=4c5f1a5ae411c36f904660c8203b598f8baa7c93;hp=0cff58bd2fd72ba7c7fb610587a76884b217cff2;hpb=5f7b15814d3b997e8c534ec445559f87563ab74d;p=htsworkflow.git 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 %}