Skip to content

Commit

Permalink
minor non-developmental changes, genes now ellipses...etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ivp08001 committed Dec 14, 2015
1 parent 022eb0e commit 18579c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions VQI_PathwayEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ var VQI_PathwayEditor = function(parent) {
group : "nodes",
data : {
LabelSize : 10,
Type : "protein",
Type : "gene",
Valign : "Middle",
Width : 100,
Height : 25,
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 18579c3

Please sign in to comment.