summaryrefslogtreecommitdiff
path: root/lib/opentox-ruby-api-wrapper.rb
blob: a55b59eb7c707bf2a6b8b43d98f3286f3c59bc22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#['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

begin
	require 'openbabel'
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','dataset','algorithm','model','task','utils'].each do |lib|
	require lib
end