From 754e8f214b940e05298cb360ed829f5c685d55a5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 25 Jul 2024 11:07:33 -0500 Subject: Rename module: qc_app --> uploader --- qc_app/templates/rqtl2/rqtl2-qc-job-status.html | 41 ------------------------- 1 file changed, 41 deletions(-) delete mode 100644 qc_app/templates/rqtl2/rqtl2-qc-job-status.html (limited to 'qc_app/templates/rqtl2/rqtl2-qc-job-status.html') diff --git a/qc_app/templates/rqtl2/rqtl2-qc-job-status.html b/qc_app/templates/rqtl2/rqtl2-qc-job-status.html deleted file mode 100644 index f4a6266..0000000 --- a/qc_app/templates/rqtl2/rqtl2-qc-job-status.html +++ /dev/null @@ -1,41 +0,0 @@ -{%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

-
-
{{"\n".join(messages)}}
-
-{%endblock%} -- cgit v1.2.3