summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2018-11-05 21:49:59 +0100
committerChristoph Helma <helma@in-silico.ch>2018-11-05 21:49:59 +0100
commit0ce24c3e1303ef58b7d395ca49f7c04be18233bd (patch)
tree7376d1e4386d419cca4ecd86bc0026539954c43d /scripts
parent2361c6d9259e7ec8eea97f9bff3b24d105b3662a (diff)
models/predictions with latest lazar version
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/export-sdf.rb (renamed from scripts/export.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/export.rb b/scripts/export-sdf.rb
index afcb51d..51dd552 100755
--- a/scripts/export.rb
+++ b/scripts/export-sdf.rb
@@ -4,4 +4,4 @@ include OpenTox
ext = File.extname(ARGV[0]).sub('.','')
dataset = Dataset.find File.read(ARGV[0]).chomp
-dataset.send("to_#{ext}")
+puts dataset.to_sdf