From 7882f61fe9222b7dcdbb2a93db5d39f3a0c3a268 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 13 Apr 2026 10:41:30 -0500 Subject: Separate related UI elements into separate rows. --- uploader/templates/genotypes/list-genotypes.html | 81 ++++++++++++++---------- 1 file changed, 49 insertions(+), 32 deletions(-) diff --git a/uploader/templates/genotypes/list-genotypes.html b/uploader/templates/genotypes/list-genotypes.html index bcc2597..226cc46 100644 --- a/uploader/templates/genotypes/list-genotypes.html +++ b/uploader/templates/genotypes/list-genotypes.html @@ -55,9 +55,11 @@
| Index | -Marker Name | -Chr | -- Location (Mb) | -Source | -Source2 | -
|---|---|---|---|---|---|
| - | - | - | - | - | - |
| Index | +Marker Name | +Chr | ++ Location (Mb) | +Source | +Source2 | +
|---|---|---|---|---|---|
| + | + | + | + | + | + |
Maybe include the assembly details here if found to be necessary.
+Your genotype data will need to be under a dataset. Unfortunately there is currently no dataset defined for this population. @@ -128,9 +144,10 @@ title="Create a new genotype dataset for the '{{population.FullName}}' population for the '{{species.FullName}}' species." class="btn btn-primary"> create new genotype dataset
- {%endif%}