{% extends "index_page.html" %} {%block titl%}Error{%endblock%} {%block content%} {{ header("An error occurred during mapping") }}

{%if error:%}

The following error was raised

Error message
{{error.args[0]}}
Error Type
{{error_type}}

Please contact Zach Sloan (zachary.a.sloan@gmail.com) or Arthur Centeno (acenteno@gmail.com) about the error.

{%else:%}

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.


Try mapping using interval mapping instead; some genotype files with many columns of NAs have issues with GEMMA or R/qtl.

{%endif%}

{%endblock%}