20 Jan
2009
20 Jan
'09
11:58 a.m.
Chris Cole wrote:
I think the problem is mostly solved already - with the uploads. It's less of a problem for saving as my analysis output is usually smaller, but still fairly large. Would it be possible to compress files during the save...?
Hi Chris, You can compress downloads on the fly using Apache as a proxy to Galaxy: http://g2.trac.bx.psu.edu/wiki/HowToInstall/ApacheProxy The relevant directives to compress downloads (assuming your Galaxy is at the Apache/VirtualHost root (/) would be: <LocationMatch "(/root)?/display"> SetOutputFilter DEFLATE </LocationMatch> <LocationMatch "/datasets/\d+/display"> SetOutputFilter DEFLATE </LocationMatch> --nate