summaryrefslogtreecommitdiff
path: root/lib/opentox-ruby.rb
blob: 63935fa8ed5c1590e9d019ea924cf0baf1299610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#['rubygems', 'sinatra', 'sinatra/url_for', 'ohm', 'rest_client', 'yaml', 'cgi', 'spork', 'error', 'overwrite', 'environment'].each do |lib|
['rubygems', 'rest_client', 'yaml', 'cgi', '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

#['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