summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorist <ist@ist.opentox.org>2010-10-28 15:42:54 +0200
committerist <ist@ist.opentox.org>2010-10-28 15:42:54 +0200
commitef97aadda700a51384b7a72a63e28fbce116e50c (patch)
treeb42c0de3a78233279f1a11191bf5d0e02dde62a0 /application.rb
parent79e426f4f3723a28a820b85a42924fe4322ab49a (diff)
Completed integration of LAST-PM
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/application.rb b/application.rb
index 5aecfbb..3d511d1 100644
--- a/application.rb
+++ b/application.rb
@@ -1,4 +1,6 @@
require 'rubygems'
+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
+require File.join(File.expand_path(File.dirname(__FILE__)), 'libfminer/liblast/last') # has to be included before openbabel, otherwise we have strange SWIG overloading problems
require File.join(File.expand_path(File.dirname(__FILE__)), 'last-utils/lu.rb') # AM LAST
gem "opentox-ruby-api-wrapper", "= 1.6.5"
require 'opentox-ruby-api-wrapper'