Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kataviz authored Sep 10, 2018
1 parent 8396d8d commit 185246f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

---

## <a name="expression-map"></a>GTEx Expression Map
Expand Down

0 comments on commit 185246f

Please sign in to comment.