From 33e106334a212853842c30f8c595da1099c3d84e Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 17 Jan 2024 11:41:43 +0300 Subject: UI: Select ProbeSet study. --- .../templates/rqtl2/select-probeset-dataset.html | 17 +++++++ .../templates/rqtl2/select-probeset-study-id.html | 59 ++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 qc_app/templates/rqtl2/select-probeset-dataset.html create mode 100644 qc_app/templates/rqtl2/select-probeset-study-id.html (limited to 'qc_app/templates') diff --git a/qc_app/templates/rqtl2/select-probeset-dataset.html b/qc_app/templates/rqtl2/select-probeset-dataset.html new file mode 100644 index 0000000..c0c6401 --- /dev/null +++ b/qc_app/templates/rqtl2/select-probeset-dataset.html @@ -0,0 +1,17 @@ +{%extends "base.html"%} +{%from "flash_messages.html" import flash_messages%} + +{%block title%}Upload R/qtl2 Bundle{%endblock%} + +{%block contents%} +

Phenotype(ProbeSet) Dataset

+ +
+

The R/qtl2 bundle you uploaded contains (a) "pheno" + file(s). This data needs to be organised under a dataset..

+

This page gives you the ability to do that.

+
+ +

Under Construction

+ +{%endblock%} diff --git a/qc_app/templates/rqtl2/select-probeset-study-id.html b/qc_app/templates/rqtl2/select-probeset-study-id.html new file mode 100644 index 0000000..bb31fde --- /dev/null +++ b/qc_app/templates/rqtl2/select-probeset-study-id.html @@ -0,0 +1,59 @@ +{%extends "base.html"%} +{%from "flash_messages.html" import flash_messages%} + +{%block title%}Upload R/qtl2 Bundle{%endblock%} + +{%block contents%} +

Phenotype(ProbeSet) Study

+ +
+

The R/qtl2 bundle you uploaded contains (a) "pheno" + file(s). This data needs to be organised under a study.

+

This page gives you the ability to do that.

+
+ +
+ Select from existing ProbeSet datasets + + + + + + +
+ + +
+ +
+ +
+
+ +

OR

+ +
+ Create new ProbeSet dataset + Under construction +
+ +{%endblock%} -- cgit v1.2.3