summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.rb b/helper.rb
index 06b1517..6212939 100644
--- a/helper.rb
+++ b/helper.rb
@@ -112,7 +112,7 @@ helpers do
#line += "Consensus mutagenicity,#{compound.smiles},#{prediction[:info] ? prediction[:info] : "no"},"\
# "#{prediction[:measurements].join("; ") if prediction[:info]},,,,,,,"+ [inApp,note].join(",")+"\n"
line += "Consensus mutagenicity,#{compound.smiles},"\
- "\"#{prediction[:info] ? prediction[:info] : "no"}\",\"#{output['measurements'].join("; ") if prediction[:info]}\","\
+ "\"#{prediction[:info] ? prediction[:info] : "no"}\",\"#{prediction[:measurements].join("; ") if prediction[:info]}\","\
"#{prediction['Consensus prediction']},"\
"#{prediction['Consensus confidence']},"\
"#{prediction['Structural alerts for mutagenicity']},"\