From 185246f38da3b6dcdc016eb37d5715083df23c7d Mon Sep 17 00:00:00 2001 From: kataviz Date: Mon, 10 Sep 2018 18:24:14 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 686012e2..e0be1191 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Once the HTTP server is running, open the demo home page using the following URL --- ### Using Rollup to bundle the applications -Most of our tools are written in ES6, with the exception of GTEx Gene-eQTL Visualizer, and we recommend using a module bundler such as Rollup to recompile code if needed. +Most of our tools are written in ES6, with the exception of the GTEx Gene-eQTL Visualizer, and we recommend using a module bundler such as Rollup to recompile code if needed. #### Rollup installation To install Rollup and required libraries, you may run ```npm install``` in the repo's root directory on your computer. This will install the libraries under a subdirectory: node_modules. @@ -44,6 +44,9 @@ To minify the bundled code, first set the environment variable NODE_ENV to "prod Then run rollup to recompile the code. All the demos are using the minified code of the tools. +#### GTEx Gene-eQTL Visualizer +The GTEx Gene-eQTL Visualizer is written in ES5. We are in the process of updating it to ES6. + --- ## GTEx Expression Map