Downloading large files from galaxy
Hi, I seem to be having problems downloading large files from galaxy - the request times out at about 1GB and I'm downloading 2-3GB. Am I doing something wrong? David
Hi David, It sounds like the browser is timing out during the download. If possible for you to do, a good alternative is get the data through a unix shell using wget or curl. The link to download can be obtained by right clicking the floppy disk icon inside a history item and choosing "Copy Link Address." Once you have the link: % wget '<link>' or % curl -O '<link>' The quotes aren't strictly necessary but will prevent the shell from evaluating the '?' character in the link. Best, Jen Galaxy team On 9/13/11 5:06 AM, David Matthews wrote:
-- Jennifer Jackson http://usegalaxy.org http://galaxyproject.org/Support
participants (2)
-
David Matthews
-
Jennifer Jackson