summaryrefslogtreecommitdiff
path: root/lib/opentox-ruby-api-wrapper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/opentox-ruby-api-wrapper.rb')
-rw-r--r--lib/opentox-ruby-api-wrapper.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/opentox-ruby-api-wrapper.rb b/lib/opentox-ruby-api-wrapper.rb
deleted file mode 100644
index 45a3428..0000000
--- a/lib/opentox-ruby-api-wrapper.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-['rubygems', 'sinatra', 'sinatra/url_for', 'rest_client', 'yaml', 'cgi', 'spork', 'redland', 'rdf/redland', 'rdf/redland/util', '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
-
-['owl', 'compound','dataset','algorithm','model','task','validation','utils','authorization','features', 'ot-logger', 'overwrite', 'rest_client_wrapper'].each do |lib|
- require lib
-end