summaryrefslogtreecommitdiff
path: root/lib/nanoparticle.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nanoparticle.rb')
-rw-r--r--lib/nanoparticle.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/nanoparticle.rb b/lib/nanoparticle.rb
index c9fbb77..9bf419d 100644
--- a/lib/nanoparticle.rb
+++ b/lib/nanoparticle.rb
@@ -15,9 +15,9 @@ module OpenTox
def add_feature feature, value
case feature.category
when "P-CHEM"
- physchem[feature.id.to_s] ||= []
- physchem[feature.id.to_s] << value
- physchem[feature.id.to_s].uniq!
+ physchem_descriptors[feature.id.to_s] ||= []
+ physchem_descriptors[feature.id.to_s] << value
+ physchem_descriptors[feature.id.to_s].uniq!
when "Proteomics"
proteomics[feature.id.to_s] ||= []
proteomics[feature.id.to_s] << value