comparison snpSift_annotate.xml @ 6:824f78c0d0df

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 915e0f28e6bc2701ca8f333d7b30cf399cd6e9da-dirty
author jjohnson
date Mon, 25 Jan 2016 17:40:56 -0500
parents baf6602903e1
children 2f40467536cf
comparison
equal deleted inserted replaced
4:baf6602903e1 6:824f78c0d0df
25 help="The ID field for a variant in input will be assigned from a matching variant in this file."/> 25 help="The ID field for a variant in input will be assigned from a matching variant in this file."/>
26 <conditional name="annotate"> 26 <conditional name="annotate">
27 <param name="id" type="boolean" truevalue="id" falsevalue="info" checked="True" label="Only annotate ID field (do not add INFO field)" help=""/> 27 <param name="id" type="boolean" truevalue="id" falsevalue="info" checked="True" label="Only annotate ID field (do not add INFO field)" help=""/>
28 <when value="id"/> 28 <when value="id"/>
29 <when value="info"> 29 <when value="info">
30 <param name="info_ids" type="text" value="" size="60" optional="true" label="Limit INFO annotation to these INFO IDs" 30 <param name="info_ids" type="text" value="" optional="true" label="Limit INFO annotation to these INFO IDs"
31 help="list is a comma separated list of fields. When blank, all INFO fields are included"> 31 help="list is a comma separated list of fields. When blank, all INFO fields are included">
32 <validator type="regex" message="IDs separted by commas">^(([a-zA-Z][a-zA-Z0-9_-]*)(,[a-zA-Z][a-zA-Z0-9_-]*)*)?$</validator> 32 <validator type="regex" message="IDs separted by commas">^(([a-zA-Z][a-zA-Z0-9_-]*)(,[a-zA-Z][a-zA-Z0-9_-]*)*)?$</validator>
33 </param> 33 </param>
34 </when> 34 </when>
35 </conditional> 35 </conditional>