aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/rqtl2/select-probeset-study-id.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-01-22 13:37:12 +0300
committerFrederick Muriuki Muriithi2024-01-22 13:37:12 +0300
commit105934ca5cf253c0f002a007ee57460a7632e2b8 (patch)
tree43bdeed4a99a5e4ca8330e1cf898c1cb711c29b7 /qc_app/templates/rqtl2/select-probeset-study-id.html
parent6ca397279e09d968679930f429d6341798be990e (diff)
downloadgn-uploader-105934ca5cf253c0f002a007ee57460a7632e2b8.tar.gz
UI: Fix some UI bugs.
Diffstat (limited to 'qc_app/templates/rqtl2/select-probeset-study-id.html')
-rw-r--r--qc_app/templates/rqtl2/select-probeset-study-id.html25
1 files changed, 22 insertions, 3 deletions
diff --git a/qc_app/templates/rqtl2/select-probeset-study-id.html b/qc_app/templates/rqtl2/select-probeset-study-id.html
index 34aa54e..35fe655 100644
--- a/qc_app/templates/rqtl2/select-probeset-study-id.html
+++ b/qc_app/templates/rqtl2/select-probeset-study-id.html
@@ -9,7 +9,7 @@
<div class="explainer">
<p>The R/qtl2 bundle you uploaded contains (a) "<strong>pheno</strong>"
file(s). This data needs to be organised under a study.</p>
- <p>This page gives you the ability to do that.</p>
+ <p>In this page, you can either select from a existing dataset:</p>
</div>
{{flash_all_messages()}}
@@ -43,6 +43,7 @@
</option>
{%endfor%}
</select>
+ <span class="form-col-2">Select from existing ProbeSet studies.</span>
</fieldset>
<fieldset>
@@ -54,6 +55,10 @@
<p style="color:#FE3535; padding-left:20em; font-weight:bolder;">OR</p>
+<div class="explainer">
+ <p>Create a new ProbeSet dataset below:</p>
+</div>
+
<form method="POST"
action="{{url_for('upload.rqtl2.create_probeset_study',
species_id=species.SpeciesId, population_id=population.Id)}}"
@@ -80,6 +85,8 @@
</option>
{%endfor%}
</select>
+ <span class="form-col-2">Select from a list of known genomics platforms.
+ </span>
</fieldset>
<fieldset>
@@ -95,6 +102,9 @@
</option>
{%endfor%}
</select>
+ <span class="form-col-2">
+ Select the Tissue to which the data is concerned.
+ </span>
</fieldset>
<fieldset>
@@ -102,18 +112,27 @@
<input type="text" id="txt:studyname" name="studyname"
placeholder="Name of the study. (Required)"
required="required" />
+ <span class="form-col-2">Provide a name for the study.</span>
</fieldset>
<fieldset>
- <label for="txt:studyfullname">Study name</label>
+ <label for="txt:studyfullname">Full Study Name</label>
<input type="text" id="txt:studyfullname" name="studyfullname"
placeholder="Longer name of the study. (Optional)" />
+ <span class="form-col-2">
+ Provide a longer, more descriptive name for the study. This is optional
+ and you can leave it blank.
+ </span>
</fieldset>
<fieldset>
- <label for="txt:studyshortname">Study name</label>
+ <label for="txt:studyshortname">Short Study Name</label>
<input type="text" id="txt:studyshortname" name="studyshortname"
placeholder="Shorter name of the study. (Optional)" />
+ <span class="form-col-2">
+ Provide a shorter name for the study. This is optional and you can leave
+ it blank.
+ </span>
</fieldset>
<fieldset>