From 9cccc769321bf52da491b210d93d250d2f28389f Mon Sep 17 00:00:00 2001 From: Arthur Zalevsky Date: Thu, 28 Mar 2024 10:01:31 -0700 Subject: [PATCH] improve e-value formatting --- templates/cx_data_quality.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cx_data_quality.j2 b/templates/cx_data_quality.j2 index 506fa880..035d438e 100644 --- a/templates/cx_data_quality.j2 +++ b/templates/cx_data_quality.j2 @@ -48,7 +48,7 @@ {{ match['entity'] }} {{ match['entity_ms'] }} - {{ match['e-value'] }} + {{ "%.2e"|format(match['e-value']) }} {{ match['exact_match'] }} {% endfor %}