X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Ftemplates%2Fsamples%2Flibrary_detail.html;h=2c2d90bf793acfb87e34d4be28997444e86705f6;hb=51c342d45441249e1e70f8cb8825e0e06cd78895;hp=412f201c0b26d5e1bafcca0e8637743122939c98;hpb=9cc90057d8234047b6d684b1119dbf623b4d7344;p=htsworkflow.git diff --git a/htsworkflow/frontend/templates/samples/library_detail.html b/htsworkflow/frontend/templates/samples/library_detail.html index 412f201..2c2d90b 100644 --- a/htsworkflow/frontend/templates/samples/library_detail.html +++ b/htsworkflow/frontend/templates/samples/library_detail.html @@ -170,11 +170,11 @@ {% for result in eland_results %} - + {{ result.run_date|date}} {{ result.cycle }} - {{ result.flowcell_id }} - {{ result.lane }} + {{ result.flowcell_id }} + {{ result.lane.lane_number }} Summary {{ result.result_label }} @@ -228,7 +228,7 @@ {% for lane in lane_summary_list %} - + {{ lane.cycle_width }} {{ lane.flowcell_id }} {{ lane.lane_id }} @@ -264,30 +264,17 @@ {% for lane in lib.lane_set.all %} - - {{ lane.flowcell.flowcell_id }} - {{ lane.lane_number }} + + + {{ lane.flowcell.flowcell_id }} + + {{ lane.lane_number }} {{ lane.comment }} {% endfor %} -
-
-

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