Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fjossinet/bacara
- Owner: fjossinet
- License: mit
- Created: 2014-03-30T10:30:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-28T09:22:02.000Z (over 10 years ago)
- Last Synced: 2024-11-06T12:19:50.182Z (2 months ago)
- Language: JavaScript
- Size: 668 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.