summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-07-20 10:14:54 +0200
committerChristoph Helma <helma@in-silico.de>2009-07-20 10:14:54 +0200
commit11418075d5ff21cd68e2188af7693d4d65b92b86 (patch)
tree65d4832c5217f4e4c81ea885741da82d1e8a1b4e /README
Initial import of opentox-compounds-cactus
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ae54db8
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+OpenTox Compounds
+=================
+
+* A thin wrapper around the CACTUS REST webservice (http://cactus.nci.nih.gov/chemical/structure).
+
+* Implements a subset of the OpenTox compounds API (http://opentox.org/wiki/opentox/Structure).
+
+* Requirements:
+
+ - Sinatra (http://www.sinatrarb.com/),
+ - sinatra-url-for (http://github.com/emk/sinatra-url-for/)
+ - RestClient (http://rest-client.heroku.com/)
+ - Rack::Test (http://github.com/brynary/rack-test/) for the tests