From 05386e748270c337c66f6f379317ea4b25905236 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 4 May 2016 19:24:42 +0200 Subject: first reasonable results for nanoparticle crossvalidation --- scripts/import-enm.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/import-enm.rb (limited to 'scripts/import-enm.rb') diff --git a/scripts/import-enm.rb b/scripts/import-enm.rb new file mode 100644 index 0000000..9cbe5d4 --- /dev/null +++ b/scripts/import-enm.rb @@ -0,0 +1,6 @@ +require_relative '../lib/lazar' +include OpenTox +$mongo.database.drop +$gridfs = $mongo.database.fs # recreate GridFS indexes +Import::Enanomapper.import +`mongodump -h 127.0.0.1 -d production` -- cgit v1.2.3