Sha256: 099d3f30396d03cbc931fce06c9878336594b4b227b4edb13eaddde0f21a61f5
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
# unipept-cli [](https://codeclimate.com/github/unipept/unipept-cli) [](http://badge.fury.io/rb/unipept) Unipept-cli offers a command line interface to the [Unipept](http://unipept.ugent.be) web service. Documentation about the web service can be found at [http://unipept.ugent.be/apidocs](http://unipept.ugent.be/apidocs). ## Installation To use the Unipept CLI, Ruby version 1.9.3 or higher needs to be installed. You can check this by running `ruby -v` on the commandline: ``` $ ruby -v ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin12.0] ``` More information on installing Ruby can be found at https://www.ruby-lang.org/en/installation/ The Unipept CLI is available as a *gem*. This means it can easily be installed with the following command: ```bash $ gem install unipept Successfully installed unipept-0.7.1 Parsing documentation for unipept-0.7.1 Done installing documentation for unipept after 0 seconds 1 gem installed ``` After successful installation, the unipept command should be available: ```bash $ unipept -v 0.7.1 ``` The help can be accessed by running `unipept -h`.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unipept-0.7.1 | README.md |