{%extends "base.html"%} {%from "cli-output.html" import cli_output%} {%block title%}R/qtl2 bundle: QC Job Error{%endblock%} {%block contents%}

R/qtl2 bundle: QC job Error

The R/qtl2 bundle has failed some Quality Control checks.

We list below some of the errors that need to be fixed before the data can be uploaded onto GeneNetwork.

Errors

list errors here by file type, I think …

stdout

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

stderr

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

Log

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