diff snpSift_annotate.xml @ 12:6bf58286d795 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit e5a5ad091c621348dc6ce2df861475ebc54a380e
author iuc
date Tue, 13 Oct 2015 17:31:24 -0400
parents b884686a80dc
children ed810da439cc
line wrap: on
line diff
--- a/snpSift_annotate.xml	Mon May 04 22:37:06 2015 -0400
+++ b/snpSift_annotate.xml	Tue Oct 13 17:31:24 2015 -0400
@@ -25,7 +25,7 @@
             <param name="id" type="boolean" truevalue="id" falsevalue="info" checked="True" label="Only annotate ID field (do not add INFO field)" help=""/>
             <when value="id"/>
             <when value="info">
-                <param name="info_ids" type="text" value="" size="60" optional="true" label="Limit INFO annotation to these INFO IDs"
+                <param name="info_ids" type="text" value="" optional="true" label="Limit INFO annotation to these INFO IDs"
                     help="list is a comma separated list of fields. When blank, all INFO fields are included">
                     <validator type="regex" message="IDs separted by commas">^(([a-zA-Z][a-zA-Z0-9_-]*)(,[a-zA-Z][a-zA-Z0-9_-]*)*)?$</validator>
                 </param>