Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

higlass/higlass-website

Repository files navigation

DOI

HiGlass Website

Fast Contact Matrix Visualization for the Web.

URL: http://higlass.gehlenborglab.org

Note: This is the source code for the website only! The source code of the actual HiGlass app can be found at https://github.com/hms-dbmi/higlass.

Development

Installation:

$ git clone --recursive https://github.com/hms-dbmi/higlass-website
$ npm install

Note: If you forgot to add --recursive do the following to pull the submodules

$ git submodule update --init --recursive --remote

In order to update the wiki run:

$ git submodule update --recursive --remote

Developmental server:

$ npm start

Production build:

$ npm run build

New version:

$ npm version <major|minor|patch> && git push --tags

License

The code in this repository is provided under the MIT License.