From 275ee40d1844395fd904e80f08f9742a267157e4 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 15 Dec 2009 23:42:19 +0000 Subject: [PATCH] Include information about the flowcell run date on the library detail page --- htsworkflow/frontend/templates/samples/library_detail.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htsworkflow/frontend/templates/samples/library_detail.html b/htsworkflow/frontend/templates/samples/library_detail.html index b246d43..b20581c 100644 --- a/htsworkflow/frontend/templates/samples/library_detail.html +++ b/htsworkflow/frontend/templates/samples/library_detail.html @@ -64,6 +64,7 @@ + @@ -74,6 +75,7 @@ {% for result in eland_results %} + -- 2.30.2
Run Start Date Cycle Flowcell Lane
{{ result.run_date|date }} {{ result.cycle }} {{ result.flowcell_id }} {{ result.lane }}