From 71e36e19dde7fdb8c4b47a81e3e5e2548d185261 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 27 Mar 2026 10:07:01 -0500 Subject: genotypes: Setup sane defaults for creating new genotype datasets. --- uploader/templates/genotypes/create-dataset.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/uploader/templates/genotypes/create-dataset.html b/uploader/templates/genotypes/create-dataset.html index 10331c1..5a6d3d2 100644 --- a/uploader/templates/genotypes/create-dataset.html +++ b/uploader/templates/genotypes/create-dataset.html @@ -35,7 +35,9 @@ id="txt-geno-dataset-name" name="geno-dataset-name" required="required" - class="form-control" /> + class="form-control" + value="{{population.Name}}Geno" + readonly="readonly" />

This is a short representative, but constrained name for the genotype dataset.
@@ -50,7 +52,8 @@ id="txt-geno-dataset-fullname" name="geno-dataset-fullname" required="required" - class="form-control" /> + class="form-control" + value="{{population.Name}} Genotypes" />

This is a longer, more descriptive name for your dataset.

@@ -61,7 +64,8 @@ + class="form-control" + value="{{population.Name}}Geno" />

A short name for your dataset. If you leave this field blank, the short name will be set to the same value as the -- cgit 1.4.1