@intermine/bluegenes-cytoscape-interaction-network-viewer
v2.0.2
Published
Visualize gene and protein interaction networks using [cytoscape.js](http://js.cytoscape.org/).
Downloads
6
Keywords
Readme
Cytoscape Interaction Network
Thin wrapper around https://github.com/yochannah/cytoscape-intermine to allow cytoscape network viewer to display on bluegenes via the tool api.
Licence
LGPL 3 - see LICENCE
To set up locally for development
- Clone the repo
cd bluegenesToolCytoscape
and thennpm install
to install dependencies.
All of the editable source files for css and js are in src
. To bundle for prod, run the following commands:
CSS
Assuming less is installed globally:
lessc src/style.css dist/style.css --clean-css
JS
Assuming webpack is installed globally:
npx webpack