summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorist <ist@ist.opentox.org>2010-10-20 16:21:05 +0200
committerist <ist@ist.opentox.org>2010-10-20 16:21:05 +0200
commit79e426f4f3723a28a820b85a42924fe4322ab49a (patch)
tree4ba470e9c2a433c3bb75e566536b88166572e3d6 /application.rb
parentcf13d2614a70af7e1b466166b12e823d58a18bbf (diff)
Finished basic integration of LAST-PM webservice
TODOs: - implement (de)activating facility in ruby (ch has still the bug for BBRCs in his code) - implement p-value facility in ruby - solve library 'require' issue: need completely separate namespaces or completely same ns and try to re-require after deleting from $''. - Merge last-utils 'experimental' to 'master'
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/application.rb b/application.rb
index 3d511d1..5aecfbb 100644
--- a/application.rb
+++ b/application.rb
@@ -1,6 +1,4 @@
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'