summaryrefslogtreecommitdiff
path: root/lib/opentox-ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/opentox-ruby.rb')
-rw-r--r--lib/opentox-ruby.rb17
1 files changed, 9 insertions, 8 deletions
diff --git a/lib/opentox-ruby.rb b/lib/opentox-ruby.rb
index ae05cb2..16abee9 100644
--- a/lib/opentox-ruby.rb
+++ b/lib/opentox-ruby.rb
@@ -1,14 +1,15 @@
-['rubygems', 'sinatra', 'sinatra/url_for', 'ohm', 'rest_client', 'yaml', 'cgi', 'spork', 'error', 'overwrite', 'environment'].each do |lib|
+#['rubygems', 'sinatra', 'sinatra/url_for', 'ohm', 'rest_client', 'yaml', 'cgi', 'spork', 'error', 'overwrite', 'environment'].each do |lib|
+['rubygems', 'rest_client', 'yaml', 'cgi', 'spork', 'error', 'overwrite', 'environment'].each do |lib|
require lib
end
-begin
- require 'openbabel'
-rescue LoadError
- puts "Please install Openbabel with 'rake openbabel:install' in the compound component"
-end
+#begin
+ #require 'openbabel'
+#rescue LoadError
+ #puts "Please install Openbabel with 'rake openbabel:install' in the compound component"
+#end
-['opentox', 'compound','dataset', 'parser','serializer', 'algorithm','model','task','validation','feature',
- 'rest_client_wrapper', 'authorization', 'policy', 'helper', 'to-html', 'ontology' ].each do |lib|
+#['opentox', 'compound','dataset', 'parser','serializer', 'algorithm','model','task','validation','feature', 'rest_client_wrapper', 'authorization', 'policy', 'helper', 'to-html', 'ontology' ].each do |lib|
+['opentox', 'compound','dataset', 'parser','serializer', 'algorithm','model','task','validation','feature', 'rest_client_wrapper', 'authorization', 'policy', 'ontology' ].each do |lib|
require lib
end