diff --git a/package.json b/package.json index f2377080..ab04d339 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "depMapScreener", "productName": "DepMapScreener", - "version": "1.0.1", + "version": "1.0.2", "description": "A data exploration platform using the Broad Institute's DepMap data.", "main": "main.js", "scripts": { diff --git a/server.R b/server.R index fe2e9f64..60f498ae 100644 --- a/server.R +++ b/server.R @@ -6,7 +6,7 @@ library(plotly) source("depMapAnalysis.R") # Load in the DepMap data (into global vars) -# loadFeatherFiles() +loadFeatherFiles() # FUNCTION # ========