summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-09-14 19:01:38 +0200
committerrautenberg <rautenberg@in-silico.ch>2016-09-14 19:01:38 +0200
commit134d68d8ab50384e2b02a3e9ab104025928b1047 (patch)
tree2489d45303d16482cfe15389e8a3ca2c4ca42405
parent835b09b1a411b0a7971be703233ac1134021ae31 (diff)
version jump
-rw-r--r--ChangeLog2
-rw-r--r--VERSION2
-rw-r--r--api/api.json2
-rw-r--r--lazar-rest.gemspec1
-rw-r--r--lib/report.rb2
5 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a750665..434c4f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2016-09-14
+* add QMRF reporting
2016-08-30
* new code structure
* addaption to new lazar and nano-lazar
diff --git a/VERSION b/VERSION
index 4e379d2..bcab45a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.2
+0.0.3
diff --git a/api/api.json b/api/api.json
index a1edf36..9717a7e 100644
--- a/api/api.json
+++ b/api/api.json
@@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"description": "REST Webservice for lazar and nano-lazar\n",
- "version": "0.0.2",
+ "version": "0.0.3",
"title": "Lazar & Nano-Lazar REST Service",
"contact": {
"name": "in silico toxicology gmbh",
diff --git a/lazar-rest.gemspec b/lazar-rest.gemspec
index fec1088..ae0a240 100644
--- a/lazar-rest.gemspec
+++ b/lazar-rest.gemspec
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.2'
s.add_runtime_dependency "lazar"
+ s.add_runtime_dependency "qsar-report"
s.add_runtime_dependency "sinatra"
s.add_runtime_dependency "haml"
s.add_runtime_dependency "sass"
diff --git a/lib/report.rb b/lib/report.rb
index 5a34441..62d80c6 100644
--- a/lib/report.rb
+++ b/lib/report.rb
@@ -60,7 +60,7 @@ get "/report/:id/?" do
report.value "model_date", "#{Time.parse(model.created_at.to_s).strftime('%Y')}"
# Reference(s) to main scientific papers and/or software package 2.7
- report.change_catalog :publications_catalog, :publications_catalog_1, {:title => "Maunz, G&uuml;tlein, Rautenberg, Vorgrimmler, Gebele and Helma (2013), lazar: a modular predictive toxicology framework ", :url => "http://dx.doi.org/10.3389/fphar.2013.00038"}
+ report.change_catalog :publications_catalog, :publications_catalog_1, {:title => "Maunz, Guetlein, Rautenberg, Vorgrimmler, Gebele and Helma (2013), lazar: a modular predictive toxicology framework ", :url => "http://dx.doi.org/10.3389/fphar.2013.00038"}
report.ref_catalog :references, :publications_catalog, :publications_catalog_1
# Reference(s) to main scientific papers and/or software package 2.7