mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user