diff cut.xml @ 3:37e1eb05b1b4 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 10052765d6b712cf7d38356af4251fcc38a339b6-dirty
author bgruening
date Fri, 26 Feb 2016 12:22:19 -0500
parents 5314e5d6f040
children 60edf2f8c28f
line wrap: on
line diff
--- a/cut.xml	Tue Jun 30 17:47:23 2015 -0400
+++ b/cut.xml	Fri Feb 26 12:22:19 2016 -0500
@@ -1,5 +1,5 @@
 <tool id="tp_cut_tool" name="Cut" version="@BASE_VERSION@.0">
-    <description>columns from a table</description>
+    <description>columns from a table (cut)</description>
     <macros>
         <import>macros.xml</import>
     </macros>
@@ -43,7 +43,7 @@
                 <param name="list" type="data_column" data_ref="input" multiple="true" label="List of Fields" help="(-f)" />
             </when>
             <when value="-c">
-                <param name="list" type="text" size="20" value="" label="List of characters" help="These will be kept/discarded (depending on 'operation'). &lt;BR /&gt; Examples: 1,3,4 or 2-5">
+                <param name="list" type="text" value="" label="List of characters" help="These will be kept/discarded (depending on 'operation'). &lt;BR /&gt; Examples: 1,3,4 or 2-5">
                     <sanitizer>
                         <valid initial="string.printable">
                             <remove value="&apos;"/>
@@ -52,7 +52,7 @@
                 </param>
             </when>
             <when value="-b">
-                <param name="list" type="text" size="20" value="" label="List of Bytes" help="These will be kept/discarded (depending on 'operation'). &lt;BR /&gt; Examples: 1,3,4 or 2-5">
+                <param name="list" type="text" value="" label="List of Bytes" help="These will be kept/discarded (depending on 'operation'). &lt;BR /&gt; Examples: 1,3,4 or 2-5">
                     <sanitizer>
                         <valid initial="string.printable">
                             <remove value="&apos;"/>