aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2019-04-10 11:04:12 -0500
committerzsloan2019-04-10 11:04:12 -0500
commitc4eefee3f2fcdad0e6c3319b3b058019647a589c (patch)
tree6b6ace1a0ecf737d49ab45ba2882c1a8387b4cec
parent86b669c299a6822899ec86205f6a2f84385d350f (diff)
downloadgenenetwork2-c4eefee3f2fcdad0e6c3319b3b058019647a589c.tar.gz
Removed option to upload file for submitting traits, since it doesn't currently work
-rw-r--r--wqflask/wqflask/templates/submit_trait.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/submit_trait.html b/wqflask/wqflask/templates/submit_trait.html
index e93c1c9d..c9f716bf 100644
--- a/wqflask/wqflask/templates/submit_trait.html
+++ b/wqflask/wqflask/templates/submit_trait.html
@@ -56,12 +56,13 @@
</div>
<div style="padding-bottom: 50px;" class="form-horizontal">
<h3>2. Enter Trait Data:</h3>
- <h4 style="color:red;">WARNING: File uploading isn't enabled yet, so please paste your values using the second option.</h4>
+ <h4 style="color:red;">File uploading isn't enabled yet, but is coming soon.</h4>
<br>
<div class="col-xs-2" style="min-height: 100vh; display: flex; align-items: center;">
<img src="/static/new/images/step2.gif">
</div>
<div class="col-xs-10">
+ <!--
<div class="form-group" style="padding-left: 15px;">
<p>
<b>From a File:</b> You can enter data by entering a file name here. The file should contain a series of numbers representing trait values.
@@ -72,9 +73,10 @@
</p>
<input type="file" name="trait_file" style="border-width: 1px; border-style: solid; border-color: #999999;">
</div>
+ -->
<div class="form-group" style="padding-left: 15px;">
<p>
- <b>By Pasting or Typing Multiple Values:</b> You can enter data by pasting a series of numbers representing trait values into this area.
+ <b>Paste or Type Multiple Values:</b> You can enter data by pasting a series of numbers representing trait values into this area.
The values can be on one line separated by spaces or tabs, or they can be on separate lines. Include one value for each progeny individual
or recombinant inbredline. Represent missing values with a non-numeric character such as "x". If you have chosen a recombinant inbred set,
when you submit your data will be displayed in a form where you can confirm and/or edit them. If you enter a file name in the previous section,