summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorist <ist@ist.opentox.org>2010-10-19 15:48:32 +0200
committerist <ist@ist.opentox.org>2010-10-19 15:48:32 +0200
commitcf13d2614a70af7e1b466166b12e823d58a18bbf (patch)
tree4860d2311ce6c4b2780c2f1d4007539a7c5e903a /application.rb
parent5323cfea63f491af2bfcb87aef06b5386c90c67b (diff)
Added submodule last-utils
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 6eb65e5..3d511d1 100644
--- a/application.rb
+++ b/application.rb
@@ -1,6 +1,7 @@
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'