OpenBEL is an open source and open community project providing BEL (Biological Expression Language) and a set of tools to process/store biological knowledge. As BEL expressions may become very complex, our project aims to develop a web visualization tool for BEL graph to enhance user's comprehension and interaction, using HTML5 and Javascript libraries.
Environment Ruby >= 2.1.2 Rails >= 4.1.4
After cloning this project follow these steps:
development:
adapter: mysql2
encoding: utf8
database: openbel_webtools
username: root
password:
host: 127.0.0.1
port: 3306
This project make use of JSON Graph Specification Project (http://json-graph-format.info/) to make BEL files graphs available for multi-purpose use.