Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ecc hide/show possible for multi graph
  • Loading branch information
proost committed Jan 25, 2018
1 parent 15ebd4e commit b89ea04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conekt/controllers/ecc.py
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion conekt/templates/expression_graph.html
Expand Up @@ -85,7 +85,7 @@ <h1>ECC multi</h1>
<li><a href="#" class="cy-node-shape" attr="spm_shape">Specificity</a></li>
{% endif %}
</div>
{% if ecc_pair %}
{% if ecc_pair or ecc_multi %}
<li><hr /></li>
<li class="dropdown-header">Neighborhood comparison</li>
<li><a href="#" class="cy-node-hide">Show Only Intersection</a><a href="#" class="cy-node-show" style="display:none">Show All</a></li>
Expand Down

0 comments on commit b89ea04

Please sign in to comment.