summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-12-21 16:07:48 +0100
committerChristoph Helma <helma@in-silico.de>2009-12-21 16:07:48 +0100
commit52a784a20b1a03e4a6bda8848470cad3ecf26f27 (patch)
tree3bf875b940d9de2e9e01615002684ce740410ad9
parentd897f6846081d64f4b90063c8ad668bc9463e4e0 (diff)
better README formatting
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index 20d39ce..68b8b8c 100644
--- a/README
+++ b/README
@@ -8,12 +8,14 @@ OpenTox Algorithm
REST operations:
-Get a list of all algorithms GET / - URIs of algorithms 200
-Get a representation of the fminer algorithm GET /fminer - fminer representation 200,404
-Get a representation of the lazar algorithm GET /lazar - lazar representation 200,404
-Create fminer features POST /fminer dataset_uri, feature_uri, URI for feature dataset 200,400,404,500
+Get a list of all algorithms GET / - URIs of algorithms 200
+Get a representation of the fminer algorithm GET /fminer - fminer representation 200,404
+Get a representation of the lazar algorithm GET /lazar - lazar representation 200,404
+Create fminer features POST /fminer dataset_uri, URI for feature dataset 200,400,404,500
+ feature_uri,
feature_generation_uri
-Create lazar model POST /lazar dataset_uri, feature_uri URI for lazar model 200,400,404,500
+Create lazar model POST /lazar dataset_uri, URI for lazar model 200,400,404,500
+ feature_uri
Supported MIME formats (http://chemical-mime.sourceforge.net/):
@@ -41,4 +43,3 @@ More documentation: Source code (application.rb, fminer.rb, lazar.rb)
Copyright (c) 2009 Christoph Helma. See LICENSE for details.
-vi:tabstop=2:expandtab