X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Ftemplates%2Fsamples%2Flibrary_detail.html;h=412f201c0b26d5e1bafcca0e8637743122939c98;hb=9cc90057d8234047b6d684b1119dbf623b4d7344;hp=0aa83d07528f2f7ea82a9499a8b1c28bf4b74011;hpb=b70e3866f9cf5eeb0d4338d442cc0d3f9fec4139;p=htsworkflow.git diff --git a/htsworkflow/frontend/templates/samples/library_detail.html b/htsworkflow/frontend/templates/samples/library_detail.html index 0aa83d0..412f201 100644 --- a/htsworkflow/frontend/templates/samples/library_detail.html +++ b/htsworkflow/frontend/templates/samples/library_detail.html @@ -59,59 +59,101 @@ { margin-bottom: .5em; } + + div.library_identity { + float: left; margin: 5px; } + div.library_sample_detail { float: left; margin: 5px; } + div.library_library_detail { float: left; margin: 5px; } + div.library_statistics { clear: both; border: 1px; } /* ]]> */ {% endblock %} {% block content %}
-

About this library

- Library ID: {{ lib.id }}
- Name: - {{ lib.library_name }} -
- Species: - {{ lib.library_species.scientific_name }} -
- Concentration: - {{ lib.undiluted_concentration }} ng/µl -
- Gel Cut Size: - {{ lib.gel_cut_size }} -
- Insert Size: - {{ lib.insert_size }} -
- Background or Cell Line: - {{ lib.cell_line }} -
- Replicate: - {{ lib.replicate }} -
- Library Type: - {{ lib.library_type }} -
- Experiment Type: - {{ lib.experiment_type }} -
- Made By: - {{ lib.made_by }} -
- Creation Date - {{ lib.creation_date }} -
- Protocol Stopping Point - {{ lib.stopping_point_name }} -
- Affiliations: - - +
+

Library Name

+ Library ID: {{ lib.id }}
+ Name: + {{ lib.library_name }} +
+ Affiliations: + +
+
+

Sample Details

+ Species: + {{ lib.library_species.scientific_name }} +
+ Experiment Type: + {{ lib.experiment_type }} +
+ {% if lib.antibody %} + Antibody: + {{ lib.antibody.antibodies }} + {% if lib.antibody.antibodies.nuckname %} + ({{ lib.antibody.nickname }}) + {% endif %} +
+ {% endif %} + {% if lib.cell_line %} + Background or Cell Line: + {{ lib.cell_line }} +
+ {% endif %} + {% if lib.condition %} + Condition: + {{ lib.condition.condition_name }} + {% if lib.condition.nickname %} + ({{ lib.condition.nickname }}) + {% endif %} +
+ {% endif %} + {% if lib.replicate %} + Replicate: + {{ lib.replicate }} +
+ {% endif %} +
+
+

Library Details

+ Library Type: + {{ lib.library_type }} +
+ Creation Date + {{ lib.creation_date }} +
+ Made By: + {{ lib.made_by }} +
+ {% if lib.gel_cut_size %} + Gel Cut Size: + {{ lib.gel_cut_size }} +
+ {% endif %} + {% if lib.insert_size %} + Insert Size: + {{ lib.insert_size }} +
+ {% endif %} + {% if lib.undiluted_concentration %} + Concentration: + {{ lib.undiluted_concentration }} ng/µl +
+ {% endif %} + {% if lib.stopping_point_name %} + Protocol Stopping Point + {{ lib.stopping_point_name }} +
+ {% endif %} +
+

Raw Result Files

@@ -247,5 +289,6 @@ {% endif %} {% endfor %} {% endblock %} + {% endblock %}