As of July 28th, 2017 the SolveBio Ruby client will officially be unsupported. Many of the endpoints in use have been deprecated. Please contact SolveBio with any questions.
This is the SolveBio Ruby module and command-line interface (CLI).
For more information about SolveBio, see solvebio.com.
To use the guided installer, open up your terminal and paste this:
curl -skL install.solvebio.com/ruby | bash
sudo gem install solvebio
First, install dependencies:
gem install rest-client addressable netrc
Install from source:
git clone https://github.com/solvebio/solvebio-ruby.git
cd solvebio-ruby
rake test
sudo rake install
This will install the solvebio gem and the solvebio.rb CLI.
The following optional gems can make your shell experience better
-
Better command completion
-
Opens help URLs in a web browser tab
-
Localization for number formatting
See the SolveBio API Reference for more information about using the API.