X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Ftemplates%2Fexperiments%2Fflowcell_detail.html;h=4183c995ebe81cca7117769658bcbf95175286c6;hp=3a3b736e9d445857c14a6be4e7889cd44fd6017b;hb=89c191828b16e8385685eb7ef18f82bc751e5b3b;hpb=40d2e0eb1ad3612f18c0543bfa5950f89ac749f1 diff --git a/htsworkflow/frontend/templates/experiments/flowcell_detail.html b/htsworkflow/frontend/templates/experiments/flowcell_detail.html index 3a3b736..4183c99 100644 --- a/htsworkflow/frontend/templates/experiments/flowcell_detail.html +++ b/htsworkflow/frontend/templates/experiments/flowcell_detail.html @@ -10,9 +10,9 @@ {% endblock %} {% block content %} -
+
{% include "experiments/flowcell_header.html" %} -
+

Lanes

@@ -26,18 +26,16 @@ {% for lane in lanes %} - -
-
+ -
-
-
- - + - - - - + {{ lane.library.library_species.scientific_name }} + + {% endfor %}
- - {{lane.lane_number}} +
+ + {{lane.lane_number}} - + + {{lane.library.id}} {% if user.is_staff %} @@ -46,25 +44,29 @@ src="/media/img/admin/icon_changelink.gif"/> {% endif %} - {{lane.library.library_name}} - + + + {{lane.library.library_name}} + + - {{ lane.library.library_species.scientific_name }} {{lane.comment}} + {{lane.comment}} +
-
{% for run in flowcell.datarun_set.all %}

Run {{ run.runfolder_name }}

+ {% if run.lane_files %} @@ -74,34 +76,41 @@ + {% for lane_id, lane_file_set in run.lane_files.items %} - {% if lane_file_set.ivc_all %} + {% if lane_file_set.ivc_all %} @@ -109,7 +118,10 @@ {% endfor %}
IVC Percent Base IVC Percent Base All IVC Percent Base Called
{{ lane_id }} - + Lane {{lane_id }} IVC All - + Lane {{lane_id }} IVC Call - + Lane {{lane_id }} IVC % Base - + Lane {{lane_id }} IVC % Base All - + Lane {{lane_id }} IVC % Base Called
+ {% endif %} {% endfor %}
+
+ {% endblock %}