From ba5360d03d1244fd54012420a20725cd33487fe9 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 4 Aug 2009 19:56:28 +0200 Subject: README added, xml output for /:id/compounds added --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..e015f63 --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +OpenTox Datasets +================= + +* An OpenTox REST Webservice + +* Stores associations between compounds and features in datasets + +* PUT and POST requests are protected by an api key + +* Implements a subset of the OpenTox dataset API (http://opentox.org/wiki/opentox/Dataset). + +* Requirements: + + - Sinatra (http://www.sinatrarb.com/), + - sinatra-url-for (http://github.com/emk/sinatra-url-for/) + - RestClient (http://rest-client.heroku.com/) + - SQLite3 (www.sqlite.org/) + - Datamapper, dm-more (http://datamapper.org/) + - Builder (builder.rubyforge.org/) + - Rack::Test (http://github.com/brynary/rack-test/) for the tests -- cgit v1.2.3