aboutsummaryrefslogtreecommitdiff
path: root/qc_app
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app')
-rw-r--r--qc_app/templates/http-error.html2
-rw-r--r--qc_app/upload/rqtl2.py3
2 files changed, 3 insertions, 2 deletions
diff --git a/qc_app/templates/http-error.html b/qc_app/templates/http-error.html
index 6a74ae8..374fb86 100644
--- a/qc_app/templates/http-error.html
+++ b/qc_app/templates/http-error.html
@@ -13,6 +13,6 @@
</div>
<div class="row">
- <pre>{{trace}}</pre>
+ <pre>{{"\n".join(trace)}}</pre>
</div>
{%endblock%}
diff --git a/qc_app/upload/rqtl2.py b/qc_app/upload/rqtl2.py
index 4ff7ba3..31d5a9d 100644
--- a/qc_app/upload/rqtl2.py
+++ b/qc_app/upload/rqtl2.py
@@ -207,7 +207,8 @@ def trigger_rqtl2_bundle_qc(
str(jobid),
[sys.executable, "-m", "scripts.qc_on_rqtl2_bundle",
app.config["SQL_URI"], app.config["REDIS_URL"],
- jobs.jobsnamespace(), str(jobid), "--redisexpiry",
+ jobs.jobsnamespace(), str(jobid), str(species_id),
+ str(population_id), "--redisexpiry",
str(redis_ttl_seconds)],
"rqtl2-bundle-qc-job",
redis_ttl_seconds,