summaryrefslogtreecommitdiff
path: root/lib/algorithm.rb
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2013-05-28 12:44:43 +0300
committerMartin Gütlein <martin.guetlein@gmail.com>2013-05-28 12:44:43 +0300
commit81b0d1f738ccb61f25ffde4162ceead49180f0d2 (patch)
treeb8224b1157c6241338e1540dd5ea89cf0b233d68 /lib/algorithm.rb
parent39b094bf106b35fb8fa41fd387bbb43bfe285672 (diff)
updating comments
Diffstat (limited to 'lib/algorithm.rb')
-rw-r--r--lib/algorithm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/algorithm.rb b/lib/algorithm.rb
index 455e9ad..530296a 100644
--- a/lib/algorithm.rb
+++ b/lib/algorithm.rb
@@ -5,7 +5,7 @@ module OpenTox
# Execute algorithm with parameters, please consult the OpenTox API and the webservice documentation for acceptable parameters
# @param [optional,Hash] params Algorithm parameters
- # @param [optional,OpenTox::Task] waiting_task (can be a OpenTox::Subtask as well), progress is updated accordingly
+ # @param [optional,Boolean] 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}