Thin wrapper around https://github.com/yochannah/cytoscape-intermine to allow cytoscape network viewer to display on bluegenes via the tool api.
LGPL 3 - see LICENCE
- 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:
Assuming less is installed globally:
lessc src/style.css dist/style.css --clean-css
Assuming webpack is installed globally:
npx webpack