{%extends "base.html"%} {%from "cli-output.html" import cli_output%} {%block title%}Job Status{%endblock%} {%block contents%}

R/qtl2 job status

R/qtl2 Upload: Job Status

The processing of the R/qtl2 bundle you uploaded has failed. We have provided some information below to help you figure out what the problem could be.

If you find that you cannot figure out what the problem is on your own, please contact the team running the system for assistance, providing the R/qtl2 bundle you uploaded, and a screenshot of this page.

stdout

{{cli_output(job, "stdout")}}

stderr

{{cli_output(job, "stderr")}}

Log

{%for msg in messages%} {{msg}}
{%endfor%}
{%endblock%}