From 798550411bedb2db8afe62eb8836f970dd272ebb Mon Sep 17 00:00:00 2001 From: ivanPozdnyakov Date: Wed, 3 Feb 2016 17:26:50 -0500 Subject: [PATCH] bug fix on grabbing/dragging collapsed nodes, new edge arrow. --- VQI_PathwayEditorGUI.js | 81 ++++++++++++++++++++++------------------- 1 file changed, 44 insertions(+), 37 deletions(-) diff --git a/VQI_PathwayEditorGUI.js b/VQI_PathwayEditorGUI.js index 33deb59..05c5e6e 100644 --- a/VQI_PathwayEditorGUI.js +++ b/VQI_PathwayEditorGUI.js @@ -10,6 +10,7 @@ var VQI_PathwayEditorGUI = function (parent) { services['pathwayScorer'] = 'http://cardinal3.engr.uconn.edu/pathwayVisual/ScoreSystem/getScore.php'; services['pathwayWeightedScorer'] = 'http://137.99.11.122/pathway2/pathwayweightedscorer.php'; services['objectFinder'] = 'http://137.99.11.122/pathway2/qsys_json.php'; + // services['pathwayFinder'] = 'http://bibci.engr.uconn.edu/yuz12012/pathwayVisual//PathwayParser/ajaxJSON.php'; // services['pathwaySaver'] = 'http://bibci.engr.uconn.edu/yuz12012/pathwayVisual//PathwayParser/updateDB_json.php'; // services['pathwayScorer'] = 'http://bibci.engr.uconn.edu/yuz12012/pathwayVisual/ScoreSystem/getScore.php'; @@ -19,8 +20,8 @@ var VQI_PathwayEditorGUI = function (parent) { // Globals var self = this; var nodeTypes = ["bundleone", "bundletwo", "gene", "geneproduct", "protein", "rna", "microrna", "kinase", "ligand", "receptor", "biologicalprocess", "triangle", "rectangle", "circle", "ellipse", "pentagon", "hexagon", "heptagon", "octagon", "star", "diamond", "vee", "rhomboid", "label"]; - var edgeLineTypes = ["line", "dashed", "dotted"]; - var arrowLineTypes = ["solid", "tbar", "arrow"]; + var edgeLineTypes = ["solid", "dashed", "dotted"]; + var arrowLineTypes = ["line", "inhibit", "activate","regulated"]; var personId = ""; var pathName = ""; var states = []; @@ -185,9 +186,10 @@ var VQI_PathwayEditorGUI = function (parent) { strVar += "
"; strVar += "
"; @@ -233,9 +235,9 @@ var VQI_PathwayEditorGUI = function (parent) { strVar += "
"; strVar += "
"; strVar += "
"; - strVar += "
"; strVar += "
"; strVar += "