An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# easyCircos
A web interface to build Circos images

Requirements
============
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
```