scribl-rails

Scribl-rails wraps the minified version of Scribl javascript bioinformatics library in a Rails engine for simple use with the asset pipeline provided by Rails 3.1 and above.

Scribl.js is a Canvas-based graphics library that easily generates biological visuals of genomic regions,alignments, and assembly data. Scribl can also be used in conventional offline pipelines, since everything needed to generate charts can be contained in a single html file.

Please see http://chmille4.github.com/Scribl/ for more information

Usage

Add the following to your gemfile:

gem 'scribl-rails'

Add the following directive to your Javascript manifest file (application.js):

//= require scribl

Enjoy using scribl-rails!

MIT LICENSE