From 6222ebc5ca0fdeaac9ce7addd07ee4dd900a1afb Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 16 Jan 2024 12:48:43 +0300 Subject: UI: Create UI to select from existing genotype datasets. --- .../rqtl2/upload-rqtl2-bundle-step-02.html | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 qc_app/templates/rqtl2/upload-rqtl2-bundle-step-02.html (limited to 'qc_app/templates/rqtl2/upload-rqtl2-bundle-step-02.html') diff --git a/qc_app/templates/rqtl2/upload-rqtl2-bundle-step-02.html b/qc_app/templates/rqtl2/upload-rqtl2-bundle-step-02.html new file mode 100644 index 0000000..9269a3c --- /dev/null +++ b/qc_app/templates/rqtl2/upload-rqtl2-bundle-step-02.html @@ -0,0 +1,36 @@ +{%extends "base.html"%} +{%from "flash_messages.html" import flash_messages%} + +{%block title%}Upload R/qtl2 Bundle{%endblock%} + +{%block contents%} +
You have successfully uploaded the zipped bundle of R/qtl2 files.
+The next step is to select the various extra information we need to figure + out what to do with the data. You will select/create the relevant studies + and/or datasets to organise the data in the steps that follow.
+Click "Continue" below to proceed.
+