Skip to content

kojix2/ruby-odgi

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published