summaryrefslogtreecommitdiff
path: root/lib/algorithm.rb
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-06-05 16:37:25 +0200
committergebele <gebele@in-silico.ch>2013-06-05 16:37:25 +0200
commit5dab9d972bedb4319de39ee17253902fb37f8667 (patch)
treedf63afa049f5ddf9873fe0e658a91859db490255 /lib/algorithm.rb
parent0c20a7e7841c2c85a4d3260d018017d350bc0953 (diff)
parent962773d59d94f8d16dae11b6290fdf30aaf09d7b (diff)
Merge branch 'development' of github.com:opentox/opentox-client into development
Diffstat (limited to 'lib/algorithm.rb')
-rw-r--r--lib/algorithm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/algorithm.rb b/lib/algorithm.rb
index 530296a..8576681 100644
--- a/lib/algorithm.rb
+++ b/lib/algorithm.rb
@@ -1,11 +1,11 @@
module OpenTox
# Wrapper for OpenTox Algorithms
- class Algorithm
+ class Algorithm
# Execute algorithm with parameters, please consult the OpenTox API and the webservice documentation for acceptable parameters
# @param [optional,Hash] params Algorithm parameters
- # @param [optional,Boolean] set to true if method should wait for task result
+ # @param [optional,Boolean] wait set to true if method should wait for task result
# @return [String] URI of new resource (dataset, model, ...)
def run params=nil, wait=true
uri = RestClientWrapper.post @uri, params, { :content_type => "text/uri-list", :subjectid => @subjectid}