diff gemini_macros.xml @ 18:ce61d4876838 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit e5a5ad091c621348dc6ce2df861475ebc54a380e
author iuc
date Tue, 13 Oct 2015 17:23:05 -0400
parents 53a5647e5271
children
line wrap: on
line diff
--- a/gemini_macros.xml	Mon May 04 22:46:38 2015 -0400
+++ b/gemini_macros.xml	Tue Oct 13 17:23:05 2015 -0400
@@ -38,7 +38,7 @@
     </xml>
 
     <xml name="radius">
-        <param name="radius" type="integer" value="3" size="5" label="Set filter for Breadth-first search (BFS) in the Protein-Protein Interaction network" help="(-r)" >
+        <param name="radius" type="integer" value="3" label="Set filter for Breadth-first search (BFS) in the Protein-Protein Interaction network" help="(-r)" >
             <validator type="in_range" min="0"/>
         </param>
     </xml>
@@ -79,7 +79,7 @@
             </param>
             <when value="no"/>
             <when value="yes">
-                <param name="filter" type="text" size="20" label="Contraints in SQL syntax" help="Conditions applied here will become WHERE clauses in the query issued to the GEMINI database. E.g. alt='G' or impact_severity = 'HIGH'. (--filter)">
+                <param name="filter" type="text" label="Contraints in SQL syntax" help="Conditions applied here will become WHERE clauses in the query issued to the GEMINI database. E.g. alt='G' or impact_severity = 'HIGH'. (--filter)">
                     <expand macro="sanitize_query" />
                 </param>
             </when>
@@ -100,7 +100,7 @@
     </token>
 
     <xml name="min_sequence_depth">
-        <param name="d" type="integer" value="0" size="5" label="The minimum aligned sequence depth (genotype DP) required for each sample"
+        <param name="d" type="integer" value="0" label="The minimum aligned sequence depth (genotype DP) required for each sample"
                 help="default: 0 (-d)">
             <validator type="in_range" min="0"/>
         </param>