aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/rqtl2/select-geno-dataset.html
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app/templates/rqtl2/select-geno-dataset.html')
-rw-r--r--qc_app/templates/rqtl2/select-geno-dataset.html28
1 files changed, 25 insertions, 3 deletions
diff --git a/qc_app/templates/rqtl2/select-geno-dataset.html b/qc_app/templates/rqtl2/select-geno-dataset.html
index 64f886e..1964a79 100644
--- a/qc_app/templates/rqtl2/select-geno-dataset.html
+++ b/qc_app/templates/rqtl2/select-geno-dataset.html
@@ -43,6 +43,10 @@
<option value="{{dset['Id']}}">{{dset["Name"]}} ({{dset["FullName"]}})</option>
{%endfor%}
</select>
+ <span class="form-col-2">
+ Select from the existing genotype datasets for species
+ {{species.SpeciesName}} ({{species.FullName}}).
+ </span>
</fieldset>
<fieldset>
@@ -76,6 +80,9 @@
id="txt:dataset-name"
name="dataset-name"
required="required" />
+ <span class="form-col-2">
+ Provide the new name for the genotype dataset, e.g. "BXDGeno"
+ </span>
</fieldset>
<fieldset>
@@ -84,21 +91,36 @@
id="txt:dataset-fullname"
name="dataset-fullname"
required="required" />
+
+ <span class="form-col-2">
+ Provide a longer name that better describes the genotype dataset, e.g.
+ "BXD Genotypes"
+ </span>
</fieldset>
<fieldset>
<label for="txt:dataset-shortname">Short Name</label>
<input type="text"
id="txt:dataset-shortname"
- name="dataset-shortname"
- required="required" />
+ name="dataset-shortname" />
+
+ <span class="form-col-2">
+ Provide a short name for the genotype dataset. This is optional. If not
+ provided, we'll default to the same value as the "Name" above.
+ </span>
</fieldset>
<fieldset>
<input type="checkbox"
id="chk:dataset-public"
- name="dataset-public" />
+ name="dataset-public"
+ checked="checked" />
<label for="chk:dataset-public">Public?</label>
+
+ <span class="form-col-2">
+ Specify whether the dataset will be available publicly. Check to make the
+ dataset publicly available and uncheck to limit who can access the dataset.
+ </span>
</fieldset>
<fieldset>