iVis-at-Bilkent/cytoscape.js-sbgn-pd-layout

Name: cytoscape.js-sbgn-pd-layout

Owner: iVis-at-Bilkent

Description: null

Created: 2016-10-14 08:01:08.0

Updated: 2016-10-14 08:49:34.0

Pushed: 2016-12-16 13:57:11.0

Homepage: null

Size: 488

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

cytoscape-sbgn-pd-layout

Description

SBGN PD Layout Extension

Dependencies
Usage instructions

Download the library:

require() the library as appropriate for your project:

CommonJS:

cytoscape = require('cytoscape');
sbgn-pd-layout = require('cytoscape-sbgn-pd-layout');

-pd-layout( cytoscape ); // register extension

AMD:

ire(['cytoscape', 'cytoscape-sbgn-pd-layout'], function( cytoscape, sbgn-pd-layout ){
gn-pd-layout( cytoscape ); // register extension

Plain HTML/JS has the extension registered for you automatically, because no require() is needed.

API

Please briefly describe your API here:

bgn-pd-layout({
o: 'bar', // some option that does this
z: 'bat' // some options that does that
 ... and so on

Or maybe if you have a collection extension:

lements().test({
o: 'bar', // some option that does this
z: 'bat' // some options that does that
 ... and so on

Publishing instructions

This project is set up to automatically be published to npm and bower. To publish:

  1. Set the version number environment variable: export VERSION=1.2.3
  2. Publish: gulp publish
  3. If publishing to bower for the first time, you'll need to run bower register cytoscape-sbgn-pd-layout https://github.com/iVis-at-Bilkent/cytoscape.js-sbgn-pd-layout.git

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.