about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-17 15:20:40 -0600
committerFrederick Muriuki Muriithi2025-02-17 15:20:40 -0600
commit3470f09fd852fe664a77e1132dda41abfab1c2ab (patch)
treed75949f466a42acd723842c533fe692beeb361ec
parent45e89931324da7f009e08531ba64a6999baccaac (diff)
downloadgn-uploader-3470f09fd852fe664a77e1132dda41abfab1c2ab.tar.gz
Update the help text for "Population code" field.
-rw-r--r--uploader/templates/populations/create-population.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/uploader/templates/populations/create-population.html b/uploader/templates/populations/create-population.html
index b05ce37..86aebda 100644
--- a/uploader/templates/populations/create-population.html
+++ b/uploader/templates/populations/create-population.html
@@ -107,9 +107,12 @@
              value="{{error_values.population_code or ''}}"
              class="form-control" />
       <small class="form-text text-muted">
-        <p class="text-danger">
-          <span class="glyphicon glyphicon-exclamation-sign"></span>
-          What is this field is for? Confirm with Arthur and the rest.
+        <p class="form-text text-muted">
+          This is a 3-character code for your population, that is prepended to
+          the phenotype identifiers. e.g. For the "BXD Family" population, the
+          code is "BXD" and therefore, the phenotype identifiers for the
+          population look like the following examples: <em>BXD_10148</em>,
+          <em>BXD_10180</em>, <em>BXD_10197</em>, etc.
         </p>
       </small>
     </div>