diff gemini_query.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 65f742e605ec
children
line wrap: on
line diff
--- a/gemini_query.xml	Mon May 04 22:46:38 2015 -0400
+++ b/gemini_query.xml	Tue Oct 13 17:23:05 2015 -0400
@@ -73,7 +73,7 @@
         <expand macro="add_header_column" />
 
         <!-- TODO: is there any default values set? -->
-        <param name="min_kindreds" size="4" type="integer" value="-1" label="Minimum number of families for a variant passing a family-wise filter to be in" help="-1 means default values (--min-kindreds)" />
+        <param name="min_kindreds" type="integer" value="-1" label="Minimum number of families for a variant passing a family-wise filter to be in" help="-1 means default values (--min-kindreds)" />
 
         <param name="dgidb" type="boolean" truevalue="--dgidb" falsevalue="" checked="False"
             label="Request drug-gene interaction info from DGIdb" help="(--dgidb)"/>
@@ -85,7 +85,7 @@
             <option value="only">Return a variant if the variant is only in the matching samples and not in any of the non-matching samples. (only)</option>
         </param>
 
-        <param name="region" size="30" type="text" value="" label="Restrict query to this region" help="e.g. chr1:10-20 (--region)"/>
+        <param name="region" type="text" value="" label="Restrict query to this region" help="e.g. chr1:10-20 (--region)"/>
 
 
     </inputs>