opencb / cell-maps

An open-source web-based HTML5 systems biology tool for visualizing and analysing biological networks

Home Page:http://cellmaps.babelomics.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cell Maps

HTML5 systems biology tool

Download code

git clone https://github.com/opencb/cell-maps.git
cd cell-maps/
git submodule update --init

Compiling CSS and JavaScript

cd cell-maps/

Install Node

To install node click here.

What is npm? npm stands for node packaged modules is the node dependency manager.

Install bower components and npm modules

sudo npm install -g bower
npm install
bower install
cd lib/jsorolla
bower install

### Run builder
npm run build

Minimized files will be located in the /build dir.

About

An open-source web-based HTML5 systems biology tool for visualizing and analysing biological networks

http://cellmaps.babelomics.org/

License:GNU General Public License v2.0


Languages

Language:HTML 67.3%Language:JavaScript 27.1%Language:Shell 5.6%