X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Ftemplates%2Fexperiments%2Fflowcell_lane_detail.html;h=7e834eb21ec00f76954776885fab803c3261da9d;hp=33c47fb50d66edbbc8e51655cd06280e63e9af78;hb=89c191828b16e8385685eb7ef18f82bc751e5b3b;hpb=40d2e0eb1ad3612f18c0543bfa5950f89ac749f1 diff --git a/htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html b/htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html index 33c47fb..7e834eb 100644 --- a/htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html +++ b/htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html @@ -10,23 +10,26 @@ {% endblock %} {% block content %} -
+
{% include "experiments/flowcell_header.html" %}

About this lane

Lane: - {{lane.lane_number}}
+ {{lane.lane_number}}
pM: {{ lane.pM }}
+ {% if lane.cluster_estimate %} Cluster Estimate: {{ lane.cluster_estimate|intcomma }}
+ content="{{lane.cluster_estimate}}">{{ lane.cluster_estimate|intcomma }}
{% endif %} + {% if lane.status %} Lane Status: - {{ lane.status }}
+ {{ lane.status }}
{% endif %} + {% if lane.comment %} Comments: - {{ lane.comment }}
+ {{ lane.comment }}
{% endif %}

{% include "sample_header.html" %} @@ -52,29 +55,37 @@ {{lane_number}} - + 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 + {% else %} + No data {% endif %} {% endfor %}