From 95236e48e8a1da009e6b5ab1789f0de37dde36f5 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 29 Oct 2015 12:55:57 +0000 Subject: patch merge --- application.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/application.rb b/application.rb index d77842d..229f3a1 100644 --- a/application.rb +++ b/application.rb @@ -259,9 +259,7 @@ post '/predict/?' do # validate identifier input # transfered input if !params[:identifier].blank? - # remove whitespaces they terminate a SMILES string - # can result in wrong conversion for compound object - @identifier = params[:identifier].gsub(/\s+/, "") + @identifier = params[:identifier] $logger.debug "input:#{@identifier}" # get compound from SMILES @compound = Compound.from_smiles @identifier -- cgit v1.2.3