From 6cd956ae9c77586347ffa78f247146e8e8147a63 Mon Sep 17 00:00:00 2001 From: sepro Date: Wed, 15 Feb 2017 18:18:12 +0100 Subject: [PATCH] fixed a long standing bug with the width of the cytoscape window --- planet/templates/expression_graph.html | 46 +++++++++++++------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/planet/templates/expression_graph.html b/planet/templates/expression_graph.html index 0b05865..8a79c6e 100644 --- a/planet/templates/expression_graph.html +++ b/planet/templates/expression_graph.html @@ -195,29 +195,6 @@

Custom network

{% endif %} - - - - - - {% if node %} -
- {% elif cluster %} -
- {% elif cluster_one %} -
- {% elif sequence %} -
- {% elif graph_data %} -
- {% elif ecc_pair %} -
- {% endif %} - -
-
-
-
@@ -264,6 +241,29 @@

ECC pair

+ {% elif cluster %} +
+ {% elif cluster_one %} +
+ {% elif sequence %} +
+ {% elif graph_data %} +
+ {% elif ecc_pair %} +
+ {% endif %} + +
+
+
+
+