summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-01-15 10:52:03 +0100
committerGitHub <noreply@github.com>2018-01-15 10:52:03 +0100
commit37c023db184e95b974efd6ce059ac5cd7cf1ae89 (patch)
tree0ff672929cfe1b70888de61765c7ea9d1c3eabd7
parent94d1e576b53dd5d9330c891ad33e177a8ffe7b71 (diff)
ensure descriptors are loaded
-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