From 37c023db184e95b974efd6ce059ac5cd7cf1ae89 Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 15 Jan 2018 10:52:03 +0100 Subject: ensure descriptors are loaded --- update_prediction_models.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/update_prediction_models.rb b/update_prediction_models.rb index d57cc8f..01e5827 100644 --- a/update_prediction_models.rb +++ b/update_prediction_models.rb @@ -7,6 +7,7 @@ include OpenTox #=begin $mongo.database.drop $gridfs = $mongo.database.fs # recreate GridFS indexes +PhysChem.descriptors # ensure descriptors are loaded `mongorestore --host #{ CENTRAL_MONGO_IP.blank? ? "127.0.0.1" : CENTRAL_MONGO_IP}` #=end -- cgit v1.2.3