aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/rqtl2/select-probeset-study-id.html
diff options
context:
space:
mode:
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>