summaryrefslogtreecommitdiff
path: root/lib/compound.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compound.rb')
-rw-r--r--lib/compound.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compound.rb b/lib/compound.rb
index 8f37247..d5d6aa9 100644
--- a/lib/compound.rb
+++ b/lib/compound.rb
@@ -23,6 +23,7 @@ module OpenTox
field :sdf_id, type: BSON::ObjectId
field :molecular_weight, type: Float
field :fingerprints, type: Hash, default: {}
+ field :physchem, type: Hash, default: {}
field :default_fingerprint_size, type: Integer
field :dataset_ids, type: Array, default: []
field :features, type: Hash, default: {}