UNPKG

377 BMarkdownView Raw
1# gramene-trees-client
2Provide convenient API for trees. Currently only used for NCBI taxonomy data.
3
4[![Build Status](https://travis-ci.org/warelab/gramene-trees-client.svg)](https://travis-ci.org/warelab/gramene-trees-client)
5
6## Installation
7
8On Max OSX:
9
101. Install [Homebrew](http://brew.sh)
11
122. Install `nvm` and then `node`:
13
14```
15brew install nvm
16nvm install stable
17```