summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorch <ch@ot-test.in-silico.ch>2010-07-19 16:16:38 +0200
committerch <ch@ot-test.in-silico.ch>2010-07-19 16:16:38 +0200
commit3b36d0d8e025a10b7743aaf138e34f134618b1f0 (patch)
tree59f9240e1d57bd9847d70d2cf6cde0ab860ec7d8 /application.rb
parent27c75bd2e7b15a2489cd5c69405ab9ddeb064cfa (diff)
explicit path to bbrc
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 1209bea..8634805 100644
--- a/application.rb
+++ b/application.rb
@@ -1,5 +1,5 @@
require 'rubygems'
-require 'libfminer/libbbrc/bbrc' # has to be included before openbabel, otherwise we have strange SWIG overloading problems
+require File.join(File.expand_path(File.dirname(__FILE__)), 'libfminer/libbbrc/bbrc') # has to be included before openbabel, otherwise we have strange SWIG overloading problems
gem "opentox-ruby-api-wrapper", "= 1.6.0"
require 'opentox-ruby-api-wrapper'