summaryrefslogtreecommitdiff
path: root/lib/opentox-ruby-api-wrapper.rb
blob: fd68e72bf68f8944818caee93d0ece14c0c6f830 (plain)
1
2
3
4
5
6
7
['rubygems', 'sinatra', 'sinatra/url_for', 'builder', 'rest_client', 'yaml', 'cgi', 'openbabel'].each do |lib|
	require lib
end

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