summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-08-04 19:56:28 +0200
committerChristoph Helma <helma@in-silico.de>2009-08-04 19:56:28 +0200
commitba5360d03d1244fd54012420a20725cd33487fe9 (patch)
treed1104cd436a2d31f1430473a3ad54efeec64a433 /README
parent678a9667e25c5ca20338938474e39a3cdefa7c3e (diff)
README added, xml output for /:id/compounds added
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
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