changeset 4:fdd4776a434f draft

Uploaded
author davidvanzessen
date Thu, 09 Apr 2015 04:08:05 -0400
parents 6f24bce6817e
children a2f200121dda
files uploadzip.xml
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/uploadzip.xml	Mon Mar 30 10:13:25 2015 -0400
+++ b/uploadzip.xml	Thu Apr 09 04:08:05 2015 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 
-<tool name="Upload Zip File" id="uploadzip" version="1.0" workflow_compatible="false">
+<tool name="Upload Zip File" id="uploadzip" version="1.1" workflow_compatible="false">
   <description>
     from your computer  
   </description>
@@ -38,6 +38,16 @@
       </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"/>
+      <!-- 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="uuid" type="hidden" required="False" />
+      <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>