From 34eab8a50ce185aaf786fd7138a3bd0b7c5b0576 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 9 Feb 2024 05:29:08 +0300 Subject: Retrive and display generic bundle errors Implement the first QC check for generic errors e.g. missing files in bundle, etc. Display retrieved errors on UI. --- qc_app/templates/rqtl2/rqtl2-qc-job-error.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'qc_app/templates/rqtl2/rqtl2-qc-job-error.html') diff --git a/qc_app/templates/rqtl2/rqtl2-qc-job-error.html b/qc_app/templates/rqtl2/rqtl2-qc-job-error.html index 5d2ebee..f9a912c 100644 --- a/qc_app/templates/rqtl2/rqtl2-qc-job-error.html +++ b/qc_app/templates/rqtl2/rqtl2-qc-job-error.html @@ -12,9 +12,19 @@ be uploaded onto GeneNetwork.

-

Errors

+{%if errorsgeneric | length > 0%} +

Generic Errors ({{errorsgeneric | length}})

+
+ We found the following generic errors in your R/qtl2 bundle: +
+ +{%endif%} -

list errors here by file type, I think …

+

list other errors here by file type, I think …

stdout

{{cli_output(job, "stdout")}} -- cgit v1.2.3