summaryrefslogtreecommitdiff
path: root/lib/model.rb
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-01-13 12:01:19 +0100
committermr <mr@mrautenberg.de>2011-01-13 12:01:19 +0100
commit2aafed7543287c420a5aa2e751b8c74ad771d14c (patch)
tree677dc4d9a0d7a748cf436edcc46af2a88ca16f4b /lib/model.rb
parent768e2b96891e9deaa1e71826dadbcd532742fa4c (diff)
A&A for GET requests
Diffstat (limited to 'lib/model.rb')
-rw-r--r--lib/model.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/model.rb b/lib/model.rb
index 7aa3f5c..6ef4af2 100644
--- a/lib/model.rb
+++ b/lib/model.rb
@@ -99,7 +99,7 @@ module OpenTox
OT.parameters => [{DC.title => "dataset_uri", OT.paramValue => dataset_uri}]
})
d = Dataset.new(dataset_uri,subjectid)
- d.load_compounds
+ d.load_compounds(subjectid)
d.compounds.each do |compound_uri|
predict(compound_uri,false,subjectid)
end