summaryrefslogtreecommitdiff
path: root/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'helper.rb')
-rw-r--r--helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/helper.rb b/helper.rb
index 8837161..12a6ce2 100644
--- a/helper.rb
+++ b/helper.rb
@@ -97,7 +97,6 @@ helpers do
else # Classification
# consensus mutagenicity
-
sa_prediction = KaziusAlerts.predict(compound.smiles)
lazar_mutagenicity = prediction
confidence = 0
@@ -153,7 +152,6 @@ helpers do
end
csv += line
end
- $logger.debug csv
csv
end
end