From f726c71bf1636a838f45363d1613763a2926e34f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Jun 2024 16:38:54 -0500 Subject: Update html templates to use bootstrap for styling --- qc_app/templates/index.html | 214 +++++++++++++++++++++++--------------------- 1 file changed, 113 insertions(+), 101 deletions(-) (limited to 'qc_app/templates/index.html') diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html index 06d1e87..0d301f5 100644 --- a/qc_app/templates/index.html +++ b/qc_app/templates/index.html @@ -5,118 +5,130 @@ {%block title%}Data Upload{%endblock%} {%block contents%} -
Each of the sections below gives you a different option for data upload. - Please read the documentation for each section carefully to understand what - each section is about.
+Each of the sections below gives you a different option for data upload. + Please read the documentation for each section carefully to understand what + each section is about.
+This feature combines and extends the two upload methods below. Instead of - uploading one item at a time, the R/qtl2 bundle you upload can contain both - the genotypes data (samples/individuals/cases and their data) and the - expression data.
-The R/qtl2 bundle, additionally, can contain extra metadata, that neither - of the methods below can handle.
- - - +This feature combines and extends the two upload methods below. Instead of + uploading one item at a time, the R/qtl2 bundle you upload can contain both + the genotypes data (samples/individuals/cases and their data) and the + expression data.
+The R/qtl2 bundle, additionally, can contain extra metadata, that neither + of the methods below can handle.
+ + + +This feature enables you to upload expression data. It expects the data to - be in tab-separated values (TSV) files. The data should be - a simple matrix of phenotype × sample, i.e. The first column is a - list of the phenotypes and the first row is a list of - samples/cases.
- -If you haven't done so please go to this page to learn the requirements for - file formats and helpful suggestions to enter your data in a fast and easy - way.
- - -