{%extends "base.html"%} {%from "flash_messages.html" import flash_messages%} {%block title%}Job Status{%endblock%} {%block extrameta%} {%endblock%} {%block contents%}

R/qtl2 bundle: QC job status

{%if geno_percent%}

Checking 'geno' file:

{{geno_percent}}% {{geno_percent}}%

{%endif%} {%if pheno_percent%}

Checking 'pheno' file:

{{pheno_percent}}% {{pheno_percent}}%

{%endif%} {%if phenose_percent%}

Checking 'phenose' file:

{{phenose_percent}}% {{phenose_percent}}%

{%endif%}

Log

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