about summary refs log tree commit diff
path: root/wqflask/wqflask/templates/mapping_error.html
diff options
context:
space:
mode:
authorzsloan2019-07-03 22:10:03 -0500
committerzsloan2019-07-03 22:10:03 -0500
commitc05650476b4e925c2bf6e7369ab8d321ce83ad48 (patch)
tree413efb9e04c0994106782552c19a2115327e9516 /wqflask/wqflask/templates/mapping_error.html
parent94e8faa9866ef21165b5686f33905c2815b4b933 (diff)
downloadgenenetwork2-c05650476b4e925c2bf6e7369ab8d321ce83ad48.tar.gz
Fixed bug for creating one of the third party links on the trait page
Changed text in several pages (submit trait, mapping error)

Changed header menu structure some
Diffstat (limited to 'wqflask/wqflask/templates/mapping_error.html')
-rw-r--r--wqflask/wqflask/templates/mapping_error.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/mapping_error.html b/wqflask/wqflask/templates/mapping_error.html
index b73a2c31..884d4df8 100644
--- a/wqflask/wqflask/templates/mapping_error.html
+++ b/wqflask/wqflask/templates/mapping_error.html
@@ -5,7 +5,13 @@
     {{ header("An error occurred during mapping") }}
 
     <div class="container">
+    <h3>
         <p>There is likely an issue with the genotype file associated with this group/RISet. Please contact Zach Sloan (zachary.a.sloan@gmail.com) or Arthur Centeno (acenteno@gmail.com) about the data set in question.</p>
+    </h3>
+    <br>
+    <h3>
+        <p>Try mapping using interval mapping instead; some genotype files with many columns of NAs have issues with GEMMA or R/qtl.</p>
+    </h3>
     </div>