From 18579c34d400d347f775b7020af9a83160a28468 Mon Sep 17 00:00:00 2001 From: ivanPozdnyakov Date: Mon, 14 Dec 2015 10:46:53 -0500 Subject: [PATCH] minor non-developmental changes, genes now ellipses...etc --- VQI_PathwayEditor.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/VQI_PathwayEditor.js b/VQI_PathwayEditor.js index 58bc46d..6ffc6ac 100755 --- a/VQI_PathwayEditor.js +++ b/VQI_PathwayEditor.js @@ -506,7 +506,7 @@ var VQI_PathwayEditor = function(parent) { group : "nodes", data : { LabelSize : 10, - Type : "protein", + Type : "gene", Valign : "Middle", Width : 100, Height : 25, @@ -1283,7 +1283,6 @@ var VQI_PathwayEditor = function(parent) { var node_name = target.data("name"); selectedForQueryNodes.push(node_name); - var node_id = target.data("id"); var rna = document.getElementById(parent + "-rna").value; var cnv = document.getElementById(parent + "-cnv").value; var mut = document.getElementById(parent + "-mut").value; @@ -1400,7 +1399,7 @@ var VQI_PathwayEditor = function(parent) { 'border-style' : 'solid', 'border-width' : 1 }).selector('node[Type="gene"]').css({ - 'shape' : 'roundrectangle', + 'shape' : 'ellipse', 'width' : 'data(Width)', 'height' : 'data(Height)', 'color' : 'black',