# HG changeset patch # User geert-vandeweyer # Date 1357808913 18000 # Node ID 272bdc723756adfe8c30df25f6c79f0c5e5a7b17 Initial Commit diff -r 000000000000 -r 272bdc723756 DownloadFiles.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DownloadFiles.xml Thu Jan 10 04:08:33 2013 -0500 @@ -0,0 +1,36 @@ + + Copy Files to your FTP account for easy download + DownloadFiles.py "$outfile" "$__user_email__" "$foldername" "$__app__.config.ftp_upload_dir" + #for $q in $datafiles + "${q.input2}" "${q.input2.display_name}" "${q.input2.ext}" + #end for + + + + + + + + + + + + + + + +**What it does** + +Copies selected datasets to your FTP account on this galaxy instance. You can then use an FTP client to download the files. +The files will be placed in a subfolder with the specified name. If no name is specified, a folder with the current data will be used. +**Input** + +Any dataset from the history. + +**Output** + +An html file, with an overview of the copied files. + + + +