From fa86b693e73db0959f92c5291050634dec237d38 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 9 Mar 2011 12:00:09 +0100 Subject: version bumped to 1.0.0 --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.rb b/application.rb index 9d8c0d5..866a267 100644 --- a/application.rb +++ b/application.rb @@ -1,5 +1,5 @@ require 'rubygems' -gem "opentox-ruby", "~> 0" +gem "opentox-ruby", "~> 1" require 'opentox-ruby' set :lock, true -- cgit v1.2.3 From 854e3ff1d872300151a23f787adf72afc54071f5 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 10 Mar 2011 11:58:12 +0100 Subject: README updated --- README | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README b/README index 81c96e4..e4d478c 100644 --- a/README +++ b/README @@ -5,7 +5,8 @@ OpenTox model * Implements the OpenTox model API * Ruby implementation of lazar prediction models -REST operations: +REST operations +--------------- Get a list of all lazar models GET / - List of model URIs 200 Get the representation of a lazar model GET /{id} - Model representation 200,404 @@ -13,12 +14,14 @@ Predict a compound POST /{id} compound_uri Prediction Predict a dataset POST /{id} dataset_uri Prediction dataset URI 200,404,500 Delete a model DELETE /{id} - - 200,404 -Supported MIME formats (http://chemical-mime.sourceforge.net/): +Supported MIME formats (http://chemical-mime.sourceforge.net/) +-------------------------------------------------------------- * application/rdf+xml (default): read/write OWL-DL * application/x-yaml -Examples: +Examples +-------- List all lazar models curl http://webservices.in-silico.ch/model @@ -38,6 +41,10 @@ Predict a dataset Delete a model curl -X DELETE http://webservices.in-silico.ch/model/{id} -More documentation: Source code (application.rb, lazar.rb) +API documentation +----------------- + +http://rdoc.info/github/opentox/model + +Copyright (c) 2009-2011 Christoph Helma, Martin Guetlein, Micha Rautenberg, Andreas Maunz, David Vorgrimmler, Denis Gebele. See LICENSE for details. -Copyright (c) 2009 Christoph Helma. See LICENSE for details. -- cgit v1.2.3