diff --git a/VQI_PathwayEditor.js b/VQI_PathwayEditor.js index 986b45d..c4b5046 100755 --- a/VQI_PathwayEditor.js +++ b/VQI_PathwayEditor.js @@ -481,9 +481,9 @@ var VQI_PathwayEditor = function (parent) { var target = lines[line][0]; if (typeof (lookup[target]) != "undefined") { for(entry in lookup[target]){ - entry.mut = lines[line][1]; - entry.cnv = lines[line][2]; - entry.rna = lines[line][3]; + lookup[target][entry].mut = lines[line][1]; + lookup[target][entry].cnv = lines[line][2]; + lookup[target][entry].rna = lines[line][3]; } } } diff --git a/index.php b/index.php index 2b75be7..a238823 100644 --- a/index.php +++ b/index.php @@ -25,15 +25,15 @@