comparison uploadzip.xml @ 4:fdd4776a434f draft

Uploaded
author davidvanzessen
date Thu, 09 Apr 2015 04:08:05 -0400
parents fb547483e7bd
children
comparison
equal deleted inserted replaced
3:6f24bce6817e 4:fdd4776a434f
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 2
3 <tool name="Upload Zip File" id="uploadzip" version="1.0" workflow_compatible="false"> 3 <tool name="Upload Zip File" id="uploadzip" version="1.1" workflow_compatible="false">
4 <description> 4 <description>
5 from your computer 5 from your computer
6 </description> 6 </description>
7 <action module="galaxy.tools.actions.upload" class="UploadToolAction"/> 7 <action module="galaxy.tools.actions.upload" class="UploadToolAction"/>
8 <requirements> 8 <requirements>
36 <param name="file_data" type="file" size="30" label="File" ajax-upload="true" help="TIP: Due to browser limitations, uploading files larger than 2GB is guaranteed to fail. To upload large files, use the URL method (below) or FTP (if enabled by the site administrator)."> 36 <param name="file_data" type="file" size="30" label="File" ajax-upload="true" help="TIP: Due to browser limitations, uploading files larger than 2GB is guaranteed to fail. To upload large files, use the URL method (below) or FTP (if enabled by the site administrator).">
37 <validator type="expression" message="You will need to reselect the file you specified (%s)." substitute_value_in_message="True">not ( ( isinstance( value, unicode ) or isinstance( value, str ) ) and value != "" )</validator> <!-- use validator to post message to user about needing to reselect the file, since most browsers won't accept the value attribute for file inputs --> 37 <validator type="expression" message="You will need to reselect the file you specified (%s)." substitute_value_in_message="True">not ( ( isinstance( value, unicode ) or isinstance( value, str ) ) and value != "" )</validator> <!-- use validator to post message to user about needing to reselect the file, since most browsers won't accept the value attribute for file inputs -->
38 </param> 38 </param>
39 <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."/> 39 <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."/>
40 <param name="ftp_files" type="ftpfile" label="Files uploaded via FTP"/> 40 <param name="ftp_files" type="ftpfile" label="Files uploaded via FTP"/>
41 <!-- Swap the following parameter for the select one that follows to
42 enable the to_posix_lines option in the Web GUI. See Bitbucket
43 Pull Request 171 for more information. -->
44 <param name="uuid" type="hidden" required="False" />
45 <param name="to_posix_lines" type="hidden" value="Yes" />
46 <!--
47 <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">
48 <option value="Yes" selected="true">Yes</option>
49 </param>
50 -->
41 <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."> 51 <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.">
42 <option value="Yes">Yes</option> 52 <option value="Yes">Yes</option>
43 </param> 53 </param>
44 <param name="NAME" type="hidden" help="Name for dataset in upload"></param> 54 <param name="NAME" type="hidden" help="Name for dataset in upload"></param>
45 </upload_dataset> 55 </upload_dataset>