https://github.com/csw/bioruby-maf
Revision 02961d2e33d8c45ca0a115e7faa9adc43d180c1c authored by Clayton Wheeler on 12 June 2012, 15:57:24 UTC, committed by Clayton Wheeler on 12 June 2012, 15:57:24 UTC
1 parent 82cc590
Raw File
Tip revision: 02961d2e33d8c45ca0a115e7faa9adc43d180c1c authored by Clayton Wheeler on 12 June 2012, 15:57:24 UTC
Cleaned up code a little.
Tip revision: 02961d2
README.rdoc
= bio-maf

{<img
src="https://secure.travis-ci.org/csw/bioruby-maf.png"
/>}[http://travis-ci.org/#!/csw/bioruby-maf]

Full description goes here

Note: this software is under active development!

== Installation

        gem install bio-maf

== Usage

== Developers

To use the library 

        require 'bio-maf'

The API doc is online. For more code examples see also the test files in
the source tree.
        
== Project home page

Information on the source tree, documentation, issues and how to contribute, see

  http://github.com/csw/bioruby-maf

The BioRuby community is on IRC server: irc.freenode.org, channel: #bioruby.

== Cite

  If you use this software, please cite one of
 
* [BioRuby: bioinformatics software for the Ruby programming language](http://dx.doi.org/10.1093/bioinformatics/btq475)
* [Biogem: an effective tool-based approach for scaling up open source software development in bioinformatics](http://dx.doi.org/10.1093/bioinformatics/bts080)

== Biogems.info

This Biogem is published at http://biogems.info/index.html#bio-maf

== Copyright

Copyright (c) 2012 csw. See LICENSE.txt for further details.

back to top