diff options
author | Frederick Muriuki Muriithi | 2024-02-12 10:14:27 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-02-12 18:17:41 +0300 |
commit | 523bd6634539a2e646a7cd4215ad3ee7dbbeeb66 (patch) | |
tree | 5396f7c20cb038b62885293365d76e2893f30deb /qc_app/templates | |
parent | 22ef0cad3cfe4a0464b00624835372f2734ec154 (diff) | |
download | gn-uploader-523bd6634539a2e646a7cd4215ad3ee7dbbeeb66.tar.gz |
Check for errors in the 'pheno' file.
Diffstat (limited to 'qc_app/templates')
-rw-r--r-- | qc_app/templates/rqtl2/rqtl2-qc-job-error.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/rqtl2/rqtl2-qc-job-error.html b/qc_app/templates/rqtl2/rqtl2-qc-job-error.html index e809e7c..1650a79 100644 --- a/qc_app/templates/rqtl2/rqtl2-qc-job-error.html +++ b/qc_app/templates/rqtl2/rqtl2-qc-job-error.html @@ -87,7 +87,7 @@ <div class="explainer"> We found the following errors in the 'pheno' file in your R/qtl2 bundle: </div> -{{errorspheno}} +{{errors_table("tbl-errors-pheno", errorspheno[0:50])}} {%endif%} {%if errorsphenocovar | length > 0%} |