From e718cf76f32fb29d6c7c3732ec82f35b0da49122 Mon Sep 17 00:00:00 2001 From: "helma@in-silico.ch" Date: Fri, 5 Oct 2018 17:06:46 +0200 Subject: sdf import, csv files with id column --- test/setup.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/setup.rb') diff --git a/test/setup.rb b/test/setup.rb index 4a11aa0..c4c04cb 100644 --- a/test/setup.rb +++ b/test/setup.rb @@ -5,8 +5,8 @@ require_relative '../lib/lazar.rb' include OpenTox #$mongo.database.drop #$gridfs = $mongo.database.fs # recreate GridFS indexes -PhysChem.descriptors +#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