summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorist <ist@ist.opentox.org>2010-10-18 18:39:18 +0200
committerist <ist@ist.opentox.org>2010-10-18 18:39:18 +0200
commit20887f5aca9a684169bae2c1893df77cc9783f77 (patch)
tree73f368ad63dae5d2a20876412e4c159001588d71 /application.rb
parent79d3d7cbca1c3ba8c6dddec114ae0a5bb337af81 (diff)
Rooted LastPM integration
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/application.rb b/application.rb
index c0363d5..6eb65e5 100644
--- a/application.rb
+++ b/application.rb
@@ -1,5 +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
gem "opentox-ruby-api-wrapper", "= 1.6.5"
require 'opentox-ruby-api-wrapper'