summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lazar.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lazar.rb b/lazar.rb
index 9fea258..b80235e 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -69,6 +69,7 @@ post '/lazar/?' do
else
halt 404, "External feature generation services not yet supported"
end
+ params[:subjectid] = @subjectid
feature_dataset_uri = OpenTox::Algorithm::Generic.new(feature_generation_uri).run(params).to_s
training_features = OpenTox::Dataset.new(feature_dataset_uri)
end