summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-08-16 14:46:31 +0200
committerChristoph Helma <helma@in-silico.ch>2011-08-16 14:46:31 +0200
commit64354959e04fcac11bcf70e75099691b74573033 (patch)
treec858f073e1acfcf621f7d2c55b2ae623a7329001 /README.markdown
parentb98bc374b119e5a21f43d4f45048376aeeeead09 (diff)
initial minimal version
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown
index 79bdab2..5f12ad9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,12 +1,14 @@
-opentox-ruby
-============
+opentox-ruby-minimal
+====================
-Ruby wrapper for the [OpenTox](http://www.opentox.org) REST API
+Thin Ruby wrapper for the [OpenTox](http://www.opentox.org) REST API
Installation
------------
-opentox-ruby depends on many third party programs and libraries, which makes the setup complicated and error prone. For this reason we recommend to use the installer from [opentox-install](http://github.com/opentox/opentox-install). If you want to install manually you can find the necessary steps in the installation scripts.
+ sudo gem install opentox-ruby-minimal
+
+opentox-ruby depends on [rapper](http://librdf.org/raptor/rapper.html) for parsing OWL-DL in RDFXML format.
Quickstart
----------
@@ -32,7 +34,7 @@ This example shows how to create a lazar model and predict a compound, it assume
prediction = OpenTox::LazarPrediction.find(prediction_uri, subjectid)
puts prediction.to_yaml
-[API documentation](http://rdoc.info/gems/opentox-ruby/1.0.0/frames)
+[API documentation](http://rdoc.info/gems/opentox-ruby-minimal)
-------------------------------------------------------------------
Copyright