From 7a3a54ec40fac9071a513487602957f8418f163e Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 8 Jul 2022 07:32:58 +0300 Subject: Select the platform (GeneChipId) first --- qc_app/templates/select_platform.html | 72 +++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 qc_app/templates/select_platform.html (limited to 'qc_app/templates/select_platform.html') diff --git a/qc_app/templates/select_platform.html b/qc_app/templates/select_platform.html new file mode 100644 index 0000000..f8db736 --- /dev/null +++ b/qc_app/templates/select_platform.html @@ -0,0 +1,72 @@ +{%extends "base.html"%} + +{%block title%}Select Dataset{%endblock%} + +{%block contents%} +

{{filename}}: select platform

+ +
+ + + +
+ + +
+ + + + + + + + + + + + + + {%for chip in genechips:%} + + + + + + + + {%else%} + + + + {%endfor%} + +
SelectGeneChip NameNameGeoPlatformGO Tree Value
+ + {{chip["GeneChipName"]}}{{chip["Name"]}}{{chip["GeoPlatform"]}}{{chip["GO_tree_value"]}}
No chips found for selected species
+ +
+ +
+
+{%endblock%} + +{%block javascript%} + + + +{%endblock%} -- cgit v1.2.3