diff options
| author | zsloan | 2019-07-03 22:10:03 -0500 |
|---|---|---|
| committer | zsloan | 2019-07-03 22:10:03 -0500 |
| commit | c05650476b4e925c2bf6e7369ab8d321ce83ad48 (patch) | |
| tree | 413efb9e04c0994106782552c19a2115327e9516 /wqflask/wqflask/templates/mapping_error.html | |
| parent | 94e8faa9866ef21165b5686f33905c2815b4b933 (diff) | |
| download | genenetwork2-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.html | 6 |
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> |
