From 58a214a4a9be5fb219a798b62cdbf43d72280c74 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 5 Jan 2024 13:08:38 +0300 Subject: Initialise R/qtl2 bundle upload path Initialise the upload path for R/qtl2 bundles. This commit adds UI that allows the user to select from existing species, before proceeding to the next stage. --- qc_app/templates/base.html | 2 +- qc_app/templates/rqtl2/index.html | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 qc_app/templates/rqtl2/index.html (limited to 'qc_app/templates') diff --git a/qc_app/templates/base.html b/qc_app/templates/base.html index 0cc970c..3b701bc 100644 --- a/qc_app/templates/base.html +++ b/qc_app/templates/base.html @@ -11,7 +11,7 @@ {%block css%}{%endblock%} - diff --git a/qc_app/templates/rqtl2/index.html b/qc_app/templates/rqtl2/index.html new file mode 100644 index 0000000..24f19fa --- /dev/null +++ b/qc_app/templates/rqtl2/index.html @@ -0,0 +1,34 @@ +{%extends "base.html"%} +{%from "flash_messages.html" import flash_messages%} + +{%block title%}Data Upload{%endblock%} + +{%block contents%} +

R/qtl2 data upload

+ +

R/qtl2 Upload

+ +
+ upload R/qtl2 bundle + {{flash_messages("error-rqtl2")}} +
+ + + + Data that you upload to the system should belong to a know species. + Here you can select the species that you wish to upload data for. + +
+ +
+ +
+
+ +{%endblock%} -- cgit v1.2.3