https://github.com/lren-chuv/2d-biological-rules
2D view of relations between proteins, genes, brain regions, diseases, etc.
https://github.com/lren-chuv/2d-biological-rules
web-analytics
Last synced: 7 months ago
JSON representation
2D view of relations between proteins, genes, brain regions, diseases, etc.
- Host: GitHub
- URL: https://github.com/lren-chuv/2d-biological-rules
- Owner: LREN-CHUV
- License: gpl-3.0
- Created: 2016-09-30T08:14:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T08:21:23.000Z (about 9 years ago)
- Last Synced: 2025-01-19T15:35:01.391Z (9 months ago)
- Topics: web-analytics
- Language: CSS
- Size: 430 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is it ?
This is a 2D viewer for the biological rules.
## Prerequisites
* [npm](https://www.npmjs.com/)
## Installation
Run : `npm install`.
## Run
Open app/index.html with web-browser.
## Troubleshooting
When accessing the application locally, your web-browser may not allow you the access cross-origin resources. In this case, you can serve the application for example by running (in the app folder) : `python -m SimpleHTTPServer`. The application will then be available at something like [http://localhost:8000](http://localhost:8000).