diff --git a/VQI_PathwayEditor.js b/VQI_PathwayEditor.js index 9be0089..6fa9364 100755 --- a/VQI_PathwayEditor.js +++ b/VQI_PathwayEditor.js @@ -5,7 +5,7 @@ var VQI_PathwayEditor = function (parent) { var services = {}; /*Local Services*/ - services["pathwayFinderUrl"] = "score_json.txt"; + services["pathwayFinderUrl"] = "http://bibci.engr.uconn.edu/puj07001/pathway_services/find_path_and_score/find_path_and_score.php"; /* Yue's Local Server*/ services['pathwayFinder'] = 'http://cardinal3.engr.uconn.edu/pathwayVisual/PathwayParser/ajaxJSON.php'; @@ -28,7 +28,7 @@ var VQI_PathwayEditor = function (parent) { // Globals var self = this; - var types = ["bundleOne", "bundleTwo", "gene", "geneProduct", "protein", "rna", "microRNA", "kinase", "ligand", "receptor", "biologicalProcess", "triangle", "ellipse", "pentagon", "hexagon", "heptagon", "octagon", "star", "diamond", "vee", "rhomboid", "label"]; + var types = ["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 states = []; var stateRecycle = []; var selectedForQueryNodes = []; @@ -119,12 +119,13 @@ var VQI_PathwayEditor = function (parent) { strVar += "
"; strVar += " "; strVar += " "; - strVar += " "; - strVar += " "; - strVar += " "; - strVar += " "; - strVar += " "; - strVar += "
namepercentagerna distancecnv distancemut distance
"; + strVar += " name<\/td>"; + strVar += " percentage<\/td>"; + strVar += " rna distance<\/td>"; + strVar += " cnv distance<\/td>"; + strVar += " mut distance<\/td>"; + strVar += " <\/tr>"; + strVar += " <\/table>"; strVar += " <\/div>"; strVar += "
"; strVar += "
"; @@ -162,8 +163,8 @@ var VQI_PathwayEditor = function (parent) { strVar += "
"; strVar += "
"; strVar += " <\/form>"; strVar += " <\/div>"; @@ -254,6 +255,8 @@ var VQI_PathwayEditor = function (parent) { strVar += "