[galaxy-dev] Downloading large files from local galaxy

2011-10-05 Thread Roy Weckiewicz
Hi, We have a local galaxy instance running on mac osx connected to a mysql database. We are having an issue downloading files which are 2Gb. I've read posts on this mailing list that mention that there is a browser limit on downloading files of this size, which is fine -- a command-line method

Re: [galaxy-dev] Downloading large files from local galaxy

2011-10-05 Thread Glen Beane
On Oct 5, 2011, at 2:25 PM, Roy Weckiewicz wrote: Hi, We have a local galaxy instance running on mac osx connected to a mysql database. We are having an issue downloading files which are 2Gb. I've read posts on this mailing list that mention that there is a browser limit on

Re: [galaxy-dev] Downloading large files from local galaxy

2011-10-05 Thread Daniel Blankenberg
Hi Roy, Have you tried setting debug=False and use_interactive=False in the universe_wsgi.ini file? Thanks for using Galaxy, Dan On Oct 5, 2011, at 2:32 PM, Glen Beane wrote: On Oct 5, 2011, at 2:25 PM, Roy Weckiewicz wrote: Hi, We have a local galaxy instance running on mac osx

Re: [galaxy-dev] downloading large files

2011-08-26 Thread Nate Coraor
Edward Kirton wrote: i thought i recalled reading about downloading files from a history via ftp, but i could been mistaken -- couldn't find anything on the wiki or mailing list archives. does this feature exist? what's the best way for users to download many or large files other than via

Re: [galaxy-dev] downloading large files

2011-08-26 Thread Edward Kirton
okay, thanks. i'll create a tool to export files as a tarball in the user's ftp folder, and couple it with a cron job to make sure the files are deleted after a week. i'll contribute it to the toolshed when done. On Fri, Aug 26, 2011 at 11:59 AM, Nate Coraor n...@bx.psu.edu wrote: Edward