Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fjossinet/bacara

Bacara: an asynchronous Genome Browser
https://github.com/fjossinet/bacara

Last synced: 14 days ago
JSON representation

Bacara: an asynchronous Genome Browser

Awesome Lists containing this project

README

        

Bacara: an asynchronous Genome Browser
======================================

![Bacara screenshot](/static/images/screenshot.png)

Bacara is a genome browser based on [Raphaël](http://raphaeljs.com), [JQuery](http://jquery.com), [MongoDB](https://www.mongodb.org/), [Tornado](http://www.tornadoweb.org/) and Websockets.

To use Bacara, you will need:
* [MongoDB](https://www.mongodb.org/)
* [Tornado](http://www.tornadoweb.org/)
* [PyMongo](http://goo.gl/z8qQSh)
* a browser supporting WebSockets (like Google Chrome or Safari)

To launch Bacara, follow these steps:
* Step 1: clone this repository,
* Step 2: start your MongoDB,
* Step 3: from the Bacara folder, launch the script "server.py". This will open automatically your web browser.
* Step 4: go to the tab "About" to learn how to use Bacara.