summaryrefslogtreecommitdiff
path: root/lib/opentox-ruby-api-wrapper.rb
blob: c01fd7dbe189c17c677da75d2076ef6e9a8b999a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
['rubygems', 'sinatra', 'sinatra/url_for',  'redis','builder', 'rest_client', 'yaml', 'cgi', 'spork', 'environment'].each do |lib|
	require lib
end

begin
	require 'openbabel'
rescue
	puts "Please install Openbabel with 'rake openbabel:install' in the compound component"
end

['opentox', 'compound','feature','dataset','algorithm','model','task','utils'].each do |lib|
	require lib
end