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 2a79fd6..a7518ed 100644
--- a/lib/compound.rb
+++ b/lib/compound.rb
@@ -21,6 +21,7 @@ module OpenTox
field :default_fingerprint_size, type: Integer
field :physchem_descriptors, type: Hash, default: {}
field :dataset_ids, type: Array, default: []
+ # TODO separate between physchem, bio and tox
field :features, type: Hash, default: {}
index({smiles: 1}, {unique: true})