Skip to content

oncoscape/oncoprintjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oncoprint.js

Home of the OncoPrint visualization as used on the cBioPortal.

Latest Build

Download the latest build here (TODO).

Setup

  1. Install nodejs. npm is bundled together with nodejs. nodejs is almost certainly provided by your favorite package manager or you can find it here. Here is a blog post from people at nodejs with a bit more detail.
  2. Install gulp globally:
    npm install --global gulp

This is not exactly a perfect solution to getting the gulp binary into your PATH but it seems to be a standard followed by many. Not to fear, gulp knows how to resolve version mismatch between global and local (i.e. what is specified in package.json) versions.

  1. Run npm install to install the dependencies as described in package.json.

Build

TODO

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • HTML 4.2%
  • CSS 1.5%