From 529e806ffe75b85bbcd5788d4284e21792b49772 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 13 Apr 2026 10:01:43 -0500 Subject: Improve UI text and reorganise the UI. --- uploader/templates/genotypes/create-dataset.html | 6 +- uploader/templates/genotypes/list-genotypes.html | 128 ++++++++++++----------- 2 files changed, 71 insertions(+), 63 deletions(-) diff --git a/uploader/templates/genotypes/create-dataset.html b/uploader/templates/genotypes/create-dataset.html index 5a6d3d2..ff174fb 100644 --- a/uploader/templates/genotypes/create-dataset.html +++ b/uploader/templates/genotypes/create-dataset.html @@ -41,9 +41,9 @@
This is a short representative, but constrained name for the genotype
dataset.
- The field will only accept letters ('A-Za-z'), numbers (0-9), hyphens
- and underscores. Any other character will cause the name to be
- rejected.
| Index | -Marker Name | -Chr | -- Location (Mb) | -Source | -Source2 | +Name | +Full Name | +
|---|---|---|---|---|---|---|---|
| - | - | - | - | - | + | {{dataset.Name}} | ++ {{dataset.FullName}} |
The genotype data is organised under various genotype datasets. You can - click on the link for the relevant dataset to view a little more information - about it.
+| Name | -Full Name | -Index | +Marker Name | +Chr | ++ Location (Mb) | +Source | +Source2 | + {%for marker in markers%}
|---|---|---|---|---|---|---|---|
| {{dataset.Name}} | -- {{dataset.FullName}} | ++ | + | + | + | + |
+ Your genotype data will need to be under a dataset. Unfortunately there is + currently no dataset defined for this population. +
+- There is no genotype dataset defined for this population. + Click the button below to define the genotype dataset for this population.