https://github.com/intermine/bluegenes-tool-cytoscape
Thin wrapper around the cytoscape-intermine library to present intermine gene & protein interaction networks in bluegenes
https://github.com/intermine/bluegenes-tool-cytoscape
bluegenes-tool
Last synced: 3 months ago
JSON representation
Thin wrapper around the cytoscape-intermine library to present intermine gene & protein interaction networks in bluegenes
- Host: GitHub
- URL: https://github.com/intermine/bluegenes-tool-cytoscape
- Owner: intermine
- License: other
- Created: 2018-08-16T14:56:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T09:25:39.000Z (over 2 years ago)
- Last Synced: 2025-03-06T15:41:14.779Z (3 months ago)
- Topics: bluegenes-tool
- Language: HTML
- Homepage:
- Size: 911 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](LICENCE)### To set up locally for development
1. Clone the repo
2. `cd bluegenesToolCytoscape` and then `npm 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](http://lesscss.org/) is installed globally:
```
lessc src/style.css dist/style.css --clean-css
```#### JS
Assuming [webpack](https://webpack.js.org/) is installed globally:
```
npx webpack
```