summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-04-12 09:48:41 +0200
committerAndreas Maunz <andreas@maunz.de>2012-04-12 09:48:41 +0200
commit97b7bfbc771a0968780431d31759bf8899b73f8f (patch)
tree95c8cb9ff81eb6255f8082733c4f00e70586bc53
parentbdb2d8412568fe7ddc8fbad5b8344f9e05dcae12 (diff)
Fixed POST dest to /fs/rfe
-rw-r--r--fs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs.rb b/fs.rb
index 1f621ba..66431ec 100644
--- a/fs.rb
+++ b/fs.rb
@@ -52,7 +52,7 @@ end
# @param [String] prediction_feature URI
# @param [String] feature_dataset_uri URI
# @return [text/uri-list] Task URI
-post '/feature_selection/rfe/?' do
+post '/fs/rfe/?' do
raise OpenTox::NotFoundError.new "Please submit a dataset_uri." unless params[:dataset_uri]
raise OpenTox::NotFoundError.new "Please submit a prediction_feature_uri." unless params[:prediction_feature]