Mercurial > repos > iuc > snpsift
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 11:b884686a80dc | 12:6bf58286d795 |
|---|---|
| 23 help="The ID field for a variant in input will be assigned from a matching variant in this file."/> | 23 help="The ID field for a variant in input will be assigned from a matching variant in this file."/> |
| 24 <conditional name="annotate"> | 24 <conditional name="annotate"> |
| 25 <param name="id" type="boolean" truevalue="id" falsevalue="info" checked="True" label="Only annotate ID field (do not add INFO field)" help=""/> | 25 <param name="id" type="boolean" truevalue="id" falsevalue="info" checked="True" label="Only annotate ID field (do not add INFO field)" help=""/> |
| 26 <when value="id"/> | 26 <when value="id"/> |
| 27 <when value="info"> | 27 <when value="info"> |
| 28 <param name="info_ids" type="text" value="" size="60" optional="true" label="Limit INFO annotation to these INFO IDs" | 28 <param name="info_ids" type="text" value="" optional="true" label="Limit INFO annotation to these INFO IDs" |
| 29 help="list is a comma separated list of fields. When blank, all INFO fields are included"> | 29 help="list is a comma separated list of fields. When blank, all INFO fields are included"> |
| 30 <validator type="regex" message="IDs separted by commas">^(([a-zA-Z][a-zA-Z0-9_-]*)(,[a-zA-Z][a-zA-Z0-9_-]*)*)?$</validator> | 30 <validator type="regex" message="IDs separted by commas">^(([a-zA-Z][a-zA-Z0-9_-]*)(,[a-zA-Z][a-zA-Z0-9_-]*)*)?$</validator> |
| 31 </param> | 31 </param> |
| 32 </when> | 32 </when> |
| 33 </conditional> | 33 </conditional> |
