summaryrefslogtreecommitdiff
path: root/lib/compound.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-04-08 13:04:56 +0200
committerChristoph Helma <helma@in-silico.ch>2016-04-08 13:04:56 +0200
commitf3780d7507092b643216054fa3ca1e6146281e43 (patch)
tree23df1009e9c66b1d896cd30499451a511abdda4f /lib/compound.rb
parentb85e6d6b503b40d9448ff6857523271558780434 (diff)
enm import test
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})