From f5ea35755452d3cf0e262cbd331952a98fc75c88 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 7 Dec 2018 15:16:43 +0100 Subject: exported fingerprints --- scripts/export-fingerprints.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/export-fingerprints.rb (limited to 'scripts') diff --git a/scripts/export-fingerprints.rb b/scripts/export-fingerprints.rb new file mode 100755 index 0000000..5c54b96 --- /dev/null +++ b/scripts/export-fingerprints.rb @@ -0,0 +1,6 @@ +#!/usr/bin/env ruby +require_relative '../../lazar/lib/lazar' +include OpenTox + +dataset = Dataset.find File.read(ARGV[0]).chomp +puts dataset.to_csv(default_fingerprints:true) -- cgit v1.2.3