summaryrefslogtreecommitdiff
path: root/example.rb
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2010-03-03 18:37:37 +0100
committerMartin Gütlein <martin.guetlein@gmail.com>2010-03-03 18:37:37 +0100
commite93ada015dbe91cff5b72eb8628c4f52814e3bdb (patch)
tree43c91ee73c2fe5a814cb3e1f02dbcc0c3b0fc50c /example.rb
parentb7efeaaf79233de8bbc173fa426e4561c458d44f (diff)
added css formating for reports
Diffstat (limited to 'example.rb')
-rw-r--r--example.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/example.rb b/example.rb
index d9a1657..d0ab22d 100644
--- a/example.rb
+++ b/example.rb
@@ -9,6 +9,7 @@ class Example
@@data=File.join @@config[:services]["opentox-dataset"],"1"
@@train_data=File.join @@config[:services]["opentox-dataset"],"2"
@@test_data=File.join @@config[:services]["opentox-dataset"],"3"
+ @@css_file="http://apps.ideaconsult.net:8180/ToxPredict/style/global.css"
@@summary=""
@@ -34,6 +35,7 @@ class Example
"crossvalidation_id" => "1",
"validation_report_id" => "1",
"crossvalidation_report_id" => "1",
+ "css_file" => @@css_file,
}
sub.each do |k,v|