From cf6bed07c561468aaf51a2cc3d68eb76ce54f0a1 Mon Sep 17 00:00:00 2001 From: sepro Date: Mon, 20 Nov 2017 14:46:55 +0100 Subject: [PATCH] added species to similar cluster table --- conekt/templates/expression_cluster.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conekt/templates/expression_cluster.html b/conekt/templates/expression_cluster.html index 0b9a9d2..29fac2a 100644 --- a/conekt/templates/expression_cluster.html +++ b/conekt/templates/expression_cluster.html @@ -102,6 +102,7 @@

Average Expression Profile

+ @@ -112,10 +113,12 @@

Average Expression Profile

{% for sc in similar_clusters %} - {% if sc.target.name == cluster.name %} + {% if sc.target_id == cluster.id %} + {% else %} + {% endif %}
Species Clustering Method Target Jaccard index
{{ sc.source.method.network_method.species.name }} {{ sc.source.method.method }} {{ sc.source.name }}{{ sc.target.method.network_method.species.name }} {{ sc.target.method.method }} {{ sc.target.name }}