summaryrefslogtreecommitdiff
path: root/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'helper.rb')
-rw-r--r--helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.rb b/helper.rb
index 0acb90e..408f8bc 100644
--- a/helper.rb
+++ b/helper.rb
@@ -53,7 +53,7 @@ helpers do
def sort(descriptors)
features = {:activating => [], :deactivating => []}
- descriptors.each do |d|
+ descriptors.each do |d|
if d[OT.effect] =~ TRUE_REGEXP
features[:activating] << {:smarts => d[OT.smarts],:p_value => d[OT.pValue]}
elsif d[OT.effect] =~ FALSE_REGEXP