summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update_prediction_models.rb1
1 files changed, 1 insertions, 0 deletions
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