From 5656a5d0bf669dabede3d82de08a6008d81c7044 Mon Sep 17 00:00:00 2001 From: Arthur Zalevsky Date: Wed, 5 Jun 2024 20:30:35 -0700 Subject: [PATCH] update ID rendering for summary validation --- templates/summary_validation_pdf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/summary_validation_pdf.html b/templates/summary_validation_pdf.html index 2be89908..0efe22ad 100644 --- a/templates/summary_validation_pdf.html +++ b/templates/summary_validation_pdf.html @@ -68,7 +68,7 @@ {% set comma = joiner(", ") %}

Summary of integrative structure determination of {{complex_name}} ( {%- for k, v in ranked_id_list -%} - {{ comma()}}{{ v }} + {{ comma()}}{{ k ~": " ~ v }} {%- endfor -%} )