From 8b6785be9a61d7ba17a2320a79184bee0914a2f1 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 18 Jan 2024 15:03:36 +0300 Subject: UI: Display summary information. --- qc_app/templates/rqtl2/summary-info.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'qc_app/templates/rqtl2') diff --git a/qc_app/templates/rqtl2/summary-info.html b/qc_app/templates/rqtl2/summary-info.html index c3a2ac0..3882c9c 100644 --- a/qc_app/templates/rqtl2/summary-info.html +++ b/qc_app/templates/rqtl2/summary-info.html @@ -21,6 +21,34 @@
Genotype Dataset
{{geno_dataset.Name}} ({{geno_dataset.FullName}})
+ +
ProbeSet Study
+
{{probe_study.Name}} ({{probe_study.FullName}})
+ +
ProbeSet Dataset
+
{{probe_dataset.Name2}} ({{probe_dataset.FullName}})
+
+ Create ProbeSet dataset + + + + + + + + +
+ +
+
{%endblock%} -- cgit v1.2.3