commit/galaxy-central: jmchilton: Fix for b1121a315205e8152d9c59199443c492340e9f0b.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e3cf4f844bac/ Changeset: e3cf4f844bac User: jmchilton Date: 2014-01-20 15:35:50 Summary: Fix for b1121a315205e8152d9c59199443c492340e9f0b. That did not work in Bjoern's setup for reasons that still are eluding me - but this variant works and is less hacky, more readable anyway. Affected #: 1 file diff -r ad603bf9062cc505e8ca2dad91dc22a3c378d8fd -r e3cf4f844bac547e376a74e14f99b720b2364e6b tools/data_source/upload.xml --- a/tools/data_source/upload.xml +++ b/tools/data_source/upload.xml @@ -38,12 +38,15 @@ </param><param name="url_paste" type="text" area="true" size="5x35" label="URL/Text" help="Here you may specify a list of URLs (one per line) or paste the contents of a file."/><param name="ftp_files" type="ftpfile" label="Files uploaded via FTP"/> - <!-- Change the following parameter from hidden to select to enable - modifying this option via the Web GUI. See Bitbucket pull request - 171 for more information. --> - <param name="to_posix_lines" type="hidden" display="checkboxes" multiple="True" label="Convert universal line endings to Posix line endings" help="Turn this option off if you upload a gzip, bz2 or zip archive which contains a binary file." value="Yes"> + <!-- Swap the following parameter for the select one that follows to + enable the to_posix_lines option in the Web GUI. See Bitbucket + Pull Request 171 for more information. --> + <param name="to_posix_lines" type="hidden" value="Yes" /> + <!-- + <param name="to_posix_lines" type="select" display="checkboxes" multiple="True" label="Convert universal line endings to Posix line endings" help="Turn this option off if you upload a gzip, bz2 or zip archive which contains a binary file." value="Yes"><option value="Yes" selected="true">Yes</option></param> + --><param name="space_to_tab" type="select" display="checkboxes" multiple="True" label="Convert spaces to tabs" help="Use this option if you are entering intervals by hand."><option value="Yes">Yes</option></param> 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.
participants (1)
-
commits-noreply@bitbucket.org