summaryrefslogtreecommitdiff
path: root/README
blob: e015f63640c00ba980b6a23fc6605b1b38e8e3c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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