summaryrefslogtreecommitdiff
path: root/report/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'report/environment.rb')
-rwxr-xr-xreport/environment.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/report/environment.rb b/report/environment.rb
index 59465aa..72320a0 100755
--- a/report/environment.rb
+++ b/report/environment.rb
@@ -1,12 +1,10 @@
['rubygems', 'logger', 'fileutils', 'sinatra', 'sinatra/url_for', 'rest_client',
- 'yaml', 'fileutils', 'mime/types', 'abbrev', 'rinruby',
+ 'yaml', 'fileutils', 'mime/types', 'abbrev',
'rexml/document', 'ruby-plot', 'opentox-ruby' ].each do |g|
require g
end
-gem 'ruby-plot', "~>0.4.0"
-
-#R.quit
+gem 'ruby-plot', "~>0.5.0"
module Reports
end
@@ -27,6 +25,8 @@ require "report/validation_data.rb"
require "report/util.rb"
require "report/statistical_test.rb"
+ICON_ERROR = File.join(CONFIG[:services]["opentox-validation"],"resources/error.png")
+ICON_OK = File.join(CONFIG[:services]["opentox-validation"],"resources/ok.png")