summaryrefslogtreecommitdiff
path: root/bin/fingerprint_independent_variables.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2019-08-24 15:01:04 +0200
committerChristoph Helma <helma@in-silico.ch>2019-08-24 15:01:04 +0200
commita35be3d59a513701f8822af5b56510647d8d531c (patch)
tree432efa0d6be991a2fc81fcc6f40337f5c77452b6 /bin/fingerprint_independent_variables.rb
parent1f789133d961c29d3babfaf69cdde3d675288537 (diff)
obsolete files removed
Diffstat (limited to 'bin/fingerprint_independent_variables.rb')
-rwxr-xr-xbin/fingerprint_independent_variables.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/fingerprint_independent_variables.rb b/bin/fingerprint_independent_variables.rb
new file mode 100755
index 0000000..7dea239
--- /dev/null
+++ b/bin/fingerprint_independent_variables.rb
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+require_relative "../lib/lazar"
+dataset = Dataset.new ARGV[0]
+dataset.fingerprint_independent_variables ARGV[0]