Updated master to SVN trunk revision 572

This commit is contained in:
Yury V Bukhman
2015-06-26 15:04:35 -05:00
parent 67544a10e6
commit 2d658405a1
184 changed files with 8236 additions and 6182 deletions
+6 -2
View File
@@ -55,7 +55,11 @@ class AssaysController < ApplicationController
flash.now[:error] = @result[:error_message] #.join("\n")
#do not allow bad guys to fill disc space with invalid files
FileUtils.rm @result[:path]
render :action => 'inputfile_error_message'
# render :action => 'inputfile_error_message'
@error_msg = @result[:error_message]
@console_msg = @result[:console_msg]
render :action => 'inputfile_error_message'
else
# parse the output text file into a hash in order to create a table in Assays#show
@table = output_table(@result, !@result[:layout_file].nil?)
@@ -70,4 +74,4 @@ class AssaysController < ApplicationController
end
end
end