From 493f8fbe747650a4fbac2e0b153ad0074b4f91e4 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 6 Dec 2023 13:00:53 +0300 Subject: Feature: Upload Samples/Cases Implements the code enabling the upload of the samples/cases to the database. --- qc_app/templates/index.html | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) (limited to 'qc_app/templates/index.html') diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html index 2db6048..e534bcb 100644 --- a/qc_app/templates/index.html +++ b/qc_app/templates/index.html @@ -1,9 +1,11 @@ {%extends "base.html"%} -{%block title%}Upload File{%endblock%} +{%block title%}Data Upload{%endblock%} {%block contents%} -

upload file

+

data upload

+ +

Expression Data

This application assumes that you are familiar with the basics of data @@ -26,7 +28,7 @@

- upload file + upload expression data {%with messages = get_flashed_messages(with_categories=True) %} {%if messages %}
@@ -81,6 +83,33 @@
+ +

samples/cases

+ +
+

For the expression data above, you need the samples/cases in your file to + already exist in the GeneNetwork database. If there are any samples that do + not already exist the upload of the expression data will fail.

+

This section gives you the opportunity to upload any missing samples

+
+ +
+ upload samples +
+ + +
+ +
+ +
+
+ {%endblock%} -- cgit v1.2.3