Project

solvebio

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
SolveBio is a platform for biomedical datasets. With SolveBio you can forget about parsing complex flat files and sifting through cryptic datasets. Just use the Ruby Client and API to explore massive datasets and automate just about any bioinformatics workflow. See https://www.solvebio.com/ for more information.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

>= 2.3.6, ~> 2.3
~> 0.7
>= 1.7.3, ~> 1.7
 Project Readme

Build Status

SolveBio Ruby Client

Deprecation Notice

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.

About

This is the SolveBio Ruby module and command-line interface (CLI).

For more information about SolveBio, see solvebio.com.

Guided Installation

To use the guided installer, open up your terminal and paste this:

curl -skL install.solvebio.com/ruby | bash

Manual Installation

sudo gem install solvebio

Installing from Git

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.

Optional Dependencies

The following optional gems can make your shell experience better

  • bond

    Better command completion

  • launchy

    Opens help URLs in a web browser tab

  • rb18n-core

    Localization for number formatting

Documentation

See the SolveBio API Reference for more information about using the API.