comparison snpEff_databases.xml @ 20:282a9b14496f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 33017565e3dd788161910bd856aff43fbb57a58f
author iuc
date Tue, 28 Aug 2018 03:03:30 -0400
parents 7c4ede6d88a2
children 9939612ba3cf
comparison
equal deleted inserted replaced
19:718842784732 20:282a9b14496f
26 <inputs> 26 <inputs>
27 <param name="include_pattern" size="40" type="text" value="" optional="True" label="List entries matching the following expression" help="Databases matching this expression will be listed. Here you can enter text or regular expression. For example, to show only mouse databases use 'Mouse'. Note that this parameter is case-sensitive."> 27 <param name="include_pattern" size="40" type="text" value="" optional="True" label="List entries matching the following expression" help="Databases matching this expression will be listed. Here you can enter text or regular expression. For example, to show only mouse databases use 'Mouse'. Note that this parameter is case-sensitive.">
28 <sanitizer> 28 <sanitizer>
29 <valid initial="string.digits,string.letters"> 29 <valid initial="string.digits,string.letters">
30 <add value="^" /> 30 <add value="^" />
31 <add value="_" />
31 </valid> 32 </valid>
32 </sanitizer> 33 </sanitizer>
33 </param> 34 </param>
34 <param name="exclude_pattern" size="40" type="text" value="" optional="True" label="Do not output entries matching the following expression" help="Databases matching this expression WILL NOT BE listed. Here you can enter text or regular expression. For excample, to avoid all ENSEMBL bundles enter 'ENSEMBL'. Note that this parameter is case-sensitive."> 35 <param name="exclude_pattern" size="40" type="text" value="" optional="True" label="Do not output entries matching the following expression" help="Databases matching this expression WILL NOT BE listed. Here you can enter text or regular expression. For excample, to avoid all ENSEMBL bundles enter 'ENSEMBL'. Note that this parameter is case-sensitive.">
35 <sanitizer> 36 <sanitizer>
36 <valid initial="string.digits,string.letters"> 37 <valid initial="string.digits,string.letters">
37 <add value="^" /> 38 <add value="^" />
39 <add value="_" />
38 </valid> 40 </valid>
39 </sanitizer> 41 </sanitizer>
40 </param> 42 </param>
41 43
42 </inputs> 44 </inputs>