https://github.com/nicgirault/deprecated-easycircos
A web interface to build a Circos image
https://github.com/nicgirault/deprecated-easycircos
Last synced: 7 months ago
JSON representation
A web interface to build a Circos image
- Host: GitHub
- URL: https://github.com/nicgirault/deprecated-easycircos
- Owner: nicgirault
- License: gpl-2.0
- Created: 2014-03-18T15:17:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T15:02:43.000Z (about 7 years ago)
- Last Synced: 2025-02-27T04:25:16.074Z (8 months ago)
- Language: CoffeeScript
- Size: 1.15 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# easyCircos
A web interface to build Circos imagesRequirements
============
Node, mongo (with a database named easyCircosDB and a user easyCircos)Install
=======```
git clone git@github.com:nicgirault/easyCircos.git
git submodule init
git submodule update
bower install
npm install
```Run
===```
gulp server
```