From b89ea04cb0c524925cb836b9b053abdb49318aa4 Mon Sep 17 00:00:00 2001 From: Sebastian Proost Date: Thu, 25 Jan 2018 02:12:04 +0100 Subject: [PATCH] ecc hide/show possible for multi graph --- conekt/controllers/ecc.py | 2 +- conekt/templates/expression_graph.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conekt/controllers/ecc.py b/conekt/controllers/ecc.py index 495263e..4b6602e 100644 --- a/conekt/controllers/ecc.py +++ b/conekt/controllers/ecc.py @@ -122,6 +122,6 @@ def ecc_graph_multi_json(): network_cytoscape = CytoscapeHelper.add_lc_data_nodes(network_cytoscape) network_cytoscape = CytoscapeHelper.add_species_data_nodes(network_cytoscape) network_cytoscape = CytoscapeHelper.connect_homologs(network_cytoscape) - network_cytoscape = CytoscapeHelper.prune_unique_lc(network_cytoscape) + network_cytoscape = CytoscapeHelper.tag_ecc_singles(network_cytoscape) return json.dumps(network_cytoscape) diff --git a/conekt/templates/expression_graph.html b/conekt/templates/expression_graph.html index 4e2c33a..1a9e166 100644 --- a/conekt/templates/expression_graph.html +++ b/conekt/templates/expression_graph.html @@ -85,7 +85,7 @@

ECC multi

  • Specificity
  • {% endif %} - {% if ecc_pair %} + {% if ecc_pair or ecc_multi %}

  • Show Only Intersection