From dbb60a158ccb84f730089c5b0f61032c169dd92e Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 29 Oct 2015 12:54:15 +0000 Subject: revert last change after fix in compound lib --- 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