From 8375b33a2f53f08fe32349b2e55aaab369a52faa Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 22 Sep 2011 14:51:11 -0700 Subject: [PATCH] Mark library & flowcell as a type in RDF. --- htsworkflow/frontend/templates/base.html | 2 ++ .../frontend/templates/experiments/flowcell_header.html | 9 +++++---- htsworkflow/frontend/templates/sample_header.html | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/htsworkflow/frontend/templates/base.html b/htsworkflow/frontend/templates/base.html index 7691c58..e623d0d 100644 --- a/htsworkflow/frontend/templates/base.html +++ b/htsworkflow/frontend/templates/base.html @@ -4,6 +4,8 @@

About this Flowcell

- Flowcell: - {{flowcell.flowcell_id}}{% if user.is_staff %}Edit{% endif%}
+ Flowcell: + {{flowcell.flowcell_id}}{% if user.is_staff %}Edit{% endif%} +
Run Date: {{ flowcell.run_date }}
- Type: + Type: {{flowcell.flowcell_type}}
Read Length: - {{flowcell.read_length}}
+ {{flowcell.read_length}}
Control Lane: {{flowcell.control_lane}}
diff --git a/htsworkflow/frontend/templates/sample_header.html b/htsworkflow/frontend/templates/sample_header.html index 1800fe5..e3cbeb1 100644 --- a/htsworkflow/frontend/templates/sample_header.html +++ b/htsworkflow/frontend/templates/sample_header.html @@ -4,7 +4,7 @@ Library ID: {{ lib.id }} {% if user.is_staff %}{% endif %} -
+
Name: {{ lib.library_name }}
-- 2.30.2