summaryrefslogtreecommitdiff
path: root/lib/compound.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compound.rb')
-rw-r--r--lib/compound.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/compound.rb b/lib/compound.rb
index 4a8089b..93f609f 100644
--- a/lib/compound.rb
+++ b/lib/compound.rb
@@ -15,10 +15,12 @@ module OpenTox
field :chemblid, type: String
field :image_id, type: BSON::ObjectId
field :sdf_id, type: BSON::ObjectId
+ #belongs_to :dataset
+ #belongs_to :data_entry
- def == compound
- self.inchi == compound.inchi
- end
+ #def == compound
+ #self.inchi == compound.inchi
+ #end
# Create a compound from smiles string
# @example