slundberg / ChromNet.js

ChromNet web client front end.

Home Page:http://chromnet.cs.washington.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChromNet.js

ChromNet web client front end for http://chromnet.cs.washington.edu. To build your own custom chromatin networks see the https://github.com/slundberg/ChromNet.jl package,

Building

A recent version of NodeJS in required to build the ChromNet client interface. All required NodeJS packages are listed in package.json and can ben installed using the NodeJS package manager from the top level directory using:

npm install

Client Javascript packages are managed by Bower, and can be installed from the top level directory using:

bower install

Grunt is used to run the build tasks. To start a local development server for the code use:

grunt serve

Javascript libraries

The primary javascript libraries used by the ChromNet interface are AngularJS and D3. Familarity with both of these packages is important to understanding the code.

About

ChromNet web client front end.

http://chromnet.cs.washington.edu


Languages

Language:JavaScript 63.4%Language:HTML 16.7%Language:ApacheConf 16.1%Language:CSS 3.9%