Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.17 KB

ruby-odgi

test

🧬 odgi - Optimized Dynamic Genome/Graph Implementation - for Ruby

🚧 Under construction

Installation

git clone --recursive https://github.com/kojix2/ruby-odgi # submodules
cd ruby-odgi
bundle install
bundle exec rake jemalloc:build # with the option --disable-initial-exec-tls
bundle exec rake odgi:build     # Build odgi using the jemalloc library compiled above
bundle exec rake compile
bundle exec rake install

Usage

Right now you can only get a version number.

require "odgi"

Odgi.odgi_version

Development

License