From 495e8a2b98e0332018f55e7d77f4477ef888b70d Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 15 Jan 2018 10:52:09 +0000 Subject: muted enm import --- test/setup.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/setup.rb') diff --git a/test/setup.rb b/test/setup.rb index fbeb2d8..897ae1a 100644 --- a/test/setup.rb +++ b/test/setup.rb @@ -5,7 +5,8 @@ require_relative '../lib/lazar.rb' include OpenTox $mongo.database.drop $gridfs = $mongo.database.fs # recreate GridFS indexes +PhysChem.descriptors TEST_DIR ||= File.expand_path(File.dirname(__FILE__)) DATA_DIR ||= File.join(TEST_DIR,"data") -training_dataset = Dataset.where(:name => "Protein Corona Fingerprinting Predicts the Cellular Interaction of Gold and Silver Nanoparticles").first -Import::Enanomapper.import unless training_dataset +#training_dataset = Dataset.where(:name => "Protein Corona Fingerprinting Predicts the Cellular Interaction of Gold and Silver Nanoparticles").first +#Import::Enanomapper.import unless training_dataset -- cgit v1.2.3 From 3bb7797f22925eb04c057aab64e62b6c5af67edb Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 17 Jan 2018 14:49:01 +0100 Subject: unmuted enm import; mute cleanup --- test/setup.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/setup.rb') diff --git a/test/setup.rb b/test/setup.rb index 897ae1a..4a11aa0 100644 --- a/test/setup.rb +++ b/test/setup.rb @@ -3,10 +3,10 @@ require 'minitest/autorun' require_relative '../lib/lazar.rb' #require 'lazar' include OpenTox -$mongo.database.drop -$gridfs = $mongo.database.fs # recreate GridFS indexes +#$mongo.database.drop +#$gridfs = $mongo.database.fs # recreate GridFS indexes PhysChem.descriptors TEST_DIR ||= File.expand_path(File.dirname(__FILE__)) DATA_DIR ||= File.join(TEST_DIR,"data") -#training_dataset = Dataset.where(:name => "Protein Corona Fingerprinting Predicts the Cellular Interaction of Gold and Silver Nanoparticles").first -#Import::Enanomapper.import unless training_dataset +training_dataset = Dataset.where(:name => "Protein Corona Fingerprinting Predicts the Cellular Interaction of Gold and Silver Nanoparticles").first +Import::Enanomapper.import unless training_dataset -- cgit v1.2.3