From ffbde8e5c691f8a2f6f0d8039f8c98469a8bc631 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 12 Jul 2013 18:12:54 +0200 Subject: value type identification/conversion fixed --- helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/helper.rb b/helper.rb index cb2e1c1..8bf049a 100644 --- a/helper.rb +++ b/helper.rb @@ -150,6 +150,7 @@ 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})." -- cgit v1.2.3