summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2013-07-17 12:29:15 +0200
committerChristoph Helma <helma@in-silico.ch>2013-07-17 12:29:15 +0200
commit6e9eec008cca664006c946ce61d7c535068f0778 (patch)
tree1cf6d175629c2a41201efe45ee4f5ae39a0a5ecd
parente8a08ccdbac142b3f5b7ba2de9c03cbaa549121b (diff)
dataset ntriples serialisation fixed and activated
-rw-r--r--helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/helper.rb b/helper.rb
index 722c830..0c17a32 100644
--- a/helper.rb
+++ b/helper.rb
@@ -150,7 +150,6 @@ module OpenTox
ntriples << "#{data_entry_node} <#{RDF.type}> <#{RDF::OT.DataEntry}> ."
ntriples << "#{data_entry_node} <#{RDF::OLO.index}> #{r} ."
ntriples << "#{data_entry_node} <#{RDF::OT.compound}> <#{compound_uri}> ."
- puts values.inspect
values.each_with_index do |v,i|
if v.blank?
@warnings << "Empty value for compound '#{compound}' (row #{r+2}) and feature '#{feature_names[i]}' (column #{i+2})."