[![Build Status](https://travis-ci.org/MatthewRalston/SCI.png?branch=master)](https://travis-ci.org/MatthewRalston/SCI) [![Gem Version](https://badge.fury.io/rb/SCI.png)](http://badge.fury.io/rb/SCI) [![Coverage Status](https://coveralls.io/repos/MatthewRalston/SCI/badge.png)](https://coveralls.io/r/MatthewRalston/SCI) # SCI NOTE: This is a project in progress. This gem will calculate a sequencing complexity index for BAM files. ## Installation Add this line to your application's Gemfile: ```ruby gem 'sci' ``` And then execute: $ bundle Or install it yourself as: $ gem install sci --pre ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it ( https://github.com/MatthewRalston/SCI/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request ## License GPL v3. See LICENSE.txt for details.