Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmdeldin/rna_sec

Ruby library for representing RNA secondary structures as tree data structures. (Unmaintained.)
https://github.com/jmdeldin/rna_sec

Last synced: about 1 month ago
JSON representation

Ruby library for representing RNA secondary structures as tree data structures. (Unmaintained.)

Awesome Lists containing this project

README

        

= RNASec

RNASec is a library for representing RNA secondary structures as tree
data structures.

== Usage

To ``evolve back'' to the MBE1A tree, execute

$ bin/ga -d data/mbe1a.ct

For available options, execute

$ bin/ga -h

== Requirements

Ruby 1.9 is required. If you wish to run unit tests, you will need to
follow these steps:

# Install `bundler':
$ gem install bundler

# Install all dependencies:
$ bundle install

Then you can test and develop:

# Run tests:
$ rake test

# Documentation:
$ rake yard

# Coverage/stats:
$ rake rcov

== Author

Jon-Michael Deldin