summaryrefslogtreecommitdiff
path: root/application.rb
blob: bf49f13bd34609974b5e756bf3b0a22ff92d0508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require 'rubygems'
require 'libfminer/fminer' # has to be included before openbabel, otherwise we have strange SWIG overloading problems
gem 'opentox-ruby-api-wrapper', '~>1.2'
require 'opentox-ruby-api-wrapper'

#require 'smarts.rb'
#require 'similarity.rb'
require 'fminer.rb'
require 'lazar.rb'

#set :default_content, :yaml

get '/?' do
	[ url_for('/lazar', :full), url_for('/fminer', :full) ].join("\n")
end