summaryrefslogtreecommitdiff
path: root/lib/compound.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-04-13 18:18:36 +0200
committerChristoph Helma <helma@in-silico.ch>2016-04-13 18:18:36 +0200
commit64f1f32ced77afb278bdb7c27397c5299a73675c (patch)
treeb44cdc6c9533be8e33815fb16e83a341c35ea3d1 /lib/compound.rb
parent815cf6ba1543fc323eb7cbd1202fadbf03bcfbca (diff)
improved enm import
Diffstat (limited to 'lib/compound.rb')
-rw-r--r--lib/compound.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/compound.rb b/lib/compound.rb
index 757ba1a..7895619 100644
--- a/lib/compound.rb
+++ b/lib/compound.rb
@@ -17,8 +17,6 @@ module OpenTox
field :sdf_id, type: BSON::ObjectId
field :fingerprints, type: Hash, default: {}
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: {}