summaryrefslogtreecommitdiff
path: root/lib/opentox-ruby-api-wrapper.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-11-23 18:17:37 +0100
committerChristoph Helma <helma@in-silico.de>2009-11-23 18:17:37 +0100
commitadfcc9d572a2122b1b030dc04b3abf46007fb3f7 (patch)
tree6c0909cd433209c9e7b5ee0612814ce8cd8192b7 /lib/opentox-ruby-api-wrapper.rb
parent7d6ae04f8554e3aadfa9ae490445fe2a71a3307e (diff)
RDF support added
Diffstat (limited to 'lib/opentox-ruby-api-wrapper.rb')
-rw-r--r--lib/opentox-ruby-api-wrapper.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/opentox-ruby-api-wrapper.rb b/lib/opentox-ruby-api-wrapper.rb
index c4d9d4e..a55b59e 100644
--- a/lib/opentox-ruby-api-wrapper.rb
+++ b/lib/opentox-ruby-api-wrapper.rb
@@ -1,4 +1,5 @@
-['rubygems', 'sinatra', 'sinatra/url_for', 'redis','builder', 'rest_client', 'yaml', 'cgi', 'spork', 'environment'].each do |lib|
+#['rubygems', 'sinatra', 'sinatra/url_for', 'redis','builder', 'rest_client', 'yaml', 'cgi', 'spork', 'environment'].each do |lib|
+['rubygems', 'sinatra', 'sinatra/url_for', 'builder', 'rest_client', 'yaml', 'cgi', 'spork', 'environment'].each do |lib|
require lib
end
@@ -8,6 +9,7 @@ rescue LoadError
puts "Please install Openbabel with 'rake openbabel:install' in the compound component"
end
-['opentox', 'compound','feature','dataset','algorithm','model','task','utils'].each do |lib|
+#['opentox', 'compound','feature','dataset','algorithm','model','task','utils'].each do |lib|
+['opentox', 'compound','dataset','algorithm','model','task','utils'].each do |lib|
require lib
end