summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-12-21 09:30:42 +0100
committerChristoph Helma <helma@in-silico.de>2009-12-21 09:30:42 +0100
commit84da8e0773547aade9ad385f89a5c3f974fc87f9 (patch)
tree583b5569f4b5377e804b8ca1c88bc05da979245d /README
parent1ef16144d7e7297befa965ea1b84871e6b8d835d (diff)
feature_generation_uri paramater added to README
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index dc6a2d6..d741fc5 100644
--- a/README
+++ b/README
@@ -8,11 +8,11 @@ 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,404,500
-Create lazar model POST /lazar dataset_uri, feature_uri URI for lazar model 200,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, feature_uri, feature_generation_uri URI for feature dataset 200,404,500
+Create lazar model POST /lazar dataset_uri, feature_uri URI for lazar model 200,404,500
Supported MIME formats (http://chemical-mime.sourceforge.net/):
@@ -31,7 +31,7 @@ Create fminer features
(feaure_uri specifies the dependent variable, e.g. http://www.epa.gov/NCCT/dsstox/CentralFieldDef.html#ActivityOutcome_CPDBAS_Hamster)
Create lazar model
- curl -X POST -d dataset_uri={datset_uri} -d feature_uri={feature_uri} http://webservices.in-silico.ch/test/algorithm/lazar
+ curl -X POST -d dataset_uri={datset_uri} -d feature_uri={feature_uri} -d feature_generation_uri=http://webservices.in-silico.ch/test/algorithm/fminer http://webservices.in-silico.ch/test/algorithm/lazar
(feaure_uri specifies the dependent variable, e.g. http://www.epa.gov/NCCT/dsstox/CentralFieldDef.html#ActivityOutcome_CPDBAS_Hamster)
More documentation: Source code (application.rb, fminer.rb, lazar.rb)