ruby-minigraph
➰ minigraph - the sequence-to-graph mapper - for Ruby
🚧 under development
Installation
gem install ruby-minigraph
git clone --recursive https://github.com/kojix2/ruby-minigraph
cd ruby-minigraph
bundle install
bundle exec rake minigraph:build
bundle exec rake install
Quick Start
require "minigraph"
Minigraph.execute("--version")
APIs
TODO:
Development
git clone --recursive https://github.com/kojix2/ruby-minigraph
# git clone https://github.com/kojix2/ruby-minigraph
# cd ruby-minigraph
# git submodule update -i
cd ruby-minigraph
bundle install
bundle exec rake minigraph:build
bundle exec rake test
Contributing
ruby-minigraph is a library under development and there are many points to be improved. If you improve the source code, please feel free to send us your pull request. Typo corrections are also welcome.
Bug reports and pull requests are welcome on GitHub at https://github.com/kojix2/ruby-minigraph.