From 3faa8f97060ff66b729b9e6b3c0fb485c8da9a4e Mon Sep 17 00:00:00 2001 From: sepro Date: Wed, 29 Nov 2017 18:21:22 +0100 Subject: [PATCH] removed p-values for ecc on gene family pages which are currently not exactly calculated --- conekt/templates/pagination/ecc_relations.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conekt/templates/pagination/ecc_relations.html b/conekt/templates/pagination/ecc_relations.html index b15e344..f25a9b4 100644 --- a/conekt/templates/pagination/ecc_relations.html +++ b/conekt/templates/pagination/ecc_relations.html @@ -5,8 +5,8 @@ Query Target ECC Score - p-Value - p-Value (corrected) + Actions @@ -16,8 +16,8 @@ {{ relation.query_sequence.name }} {{ relation.target_sequence.name }} {{ relation.ecc|round(2) }} - {% if relation.p_value %}{{ relation.p_value|round(3) }}{% else %}None{% endif %} - {% if relation.corrected_p_value %}{{ relation.corrected_p_value|round(3) }}{% else %}None{% endif %} +