1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/2aeae8e4603c/ Changeset: 2aeae8e4603c User: dan Date: 2014-01-21 23:21:04 Summary: Fix for upload tool importing from ftp uploaded file. Affected #: 1 file diff -r 13114825942ff71c6dac143bba6ed31a7cb8d584 -r 2aeae8e4603c8cec297e165c6aa40bfc06fdb1db lib/galaxy/tools/parameters/grouping.py --- a/lib/galaxy/tools/parameters/grouping.py +++ b/lib/galaxy/tools/parameters/grouping.py @@ -361,6 +361,7 @@ 'filename' : os.path.basename( ftp_file ) } file_bunch = get_data_file_filename( ftp_data_file, override_name = name, override_info = info ) if file_bunch.path: + file_bunch.to_posix_lines = to_posix_lines file_bunch.space_to_tab = space_to_tab rval.append( file_bunch ) return rval Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.