From: Diane Trout Date: Tue, 15 Dec 2009 23:42:19 +0000 (+0000) Subject: Include information about the flowcell run date on the library detail page X-Git-Tag: 0.4.0~26 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=275ee40d1844395fd904e80f08f9742a267157e4 Include information about the flowcell run date on the library detail page --- 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 %} +
Run Start Date Cycle Flowcell Lane
{{ result.run_date|date }} {{ result.cycle }} {{ result.flowcell_id }} {{ result.lane }}