diff options
Diffstat (limited to 'qc_app/upload/rqtl2.py')
-rw-r--r-- | qc_app/upload/rqtl2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/upload/rqtl2.py b/qc_app/upload/rqtl2.py index a32019f..48cb1d2 100644 --- a/qc_app/upload/rqtl2.py +++ b/qc_app/upload/rqtl2.py @@ -245,7 +245,7 @@ def rqtl2_bundle_qc_status(jobid: UUID): geno_percent=compute_percentage(thejob, "geno"), pheno_percent=compute_percentage(thejob, "pheno"), phenose_percent=compute_percentage(thejob, "phenose"), - messages=tuple()) + messages=logmessages) except jobs.JobNotFound: return render_template("rqtl2/no-such-job.html", jobid=jobid) |