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 }}