From: Diane Trout Date: Thu, 22 Sep 2011 21:51:11 +0000 (-0700) Subject: Mark library & flowcell as a type in RDF. X-Git-Tag: v0.5.5~88 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=8375b33a2f53f08fe32349b2e55aaab369a52faa Mark library & flowcell as a type in RDF. --- 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 }}