diff options
Diffstat (limited to 'qc_app/templates/rqtl2/rqtl2-qc-job-status.html')
-rw-r--r-- | qc_app/templates/rqtl2/rqtl2-qc-job-status.html | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/qc_app/templates/rqtl2/rqtl2-qc-job-status.html b/qc_app/templates/rqtl2/rqtl2-qc-job-status.html index 85b8864..4bdc983 100644 --- a/qc_app/templates/rqtl2/rqtl2-qc-job-status.html +++ b/qc_app/templates/rqtl2/rqtl2-qc-job-status.html @@ -10,14 +10,29 @@ {%block contents%} <h1 class="heading">R/qtl2 bundle: QC job status</h1> -<h2 class="heading">R/qtl2 bundle: QC Job Status</h2> - -<hr /> -<p>The job:</p> -<hr /> -{{job}} -<hr /> -<hr /> +{%if geno_percent%} +<p> + <h2>Checking 'geno' file:</h2> + <progress id="prg-geno-checking" value="{{geno_percent}}" max="100"> + {{geno_percent}}%</progress> + {{geno_percent}}%</p> +{%endif%} + +{%if pheno_percent%} +<p> + <h2>Checking 'pheno' file:</h2> + <progress id="prg-pheno-checking" value="{{pheno_percent}}" max="100"> + {{pheno_percent}}%</progress> + {{pheno_percent}}%</p> +{%endif%} + +{%if phenose_percent%} +<p> + <h2>Checking 'phenose' file:</h2> + <progress id="prg-phenose-checking" value="{{phenose_percent}}" max="100"> + {{phenose_percent}}%</progress> + {{phenose_percent}}%</p> +{%endif%} <h4>Log</h4> <div class="cli-output"> |