comparison snpEff_databases.xml @ 16:c9ecd2a96ecf 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:45 -0400
parents 5a29ab10dba6
children 65ae79bddc69
comparison
equal deleted inserted replaced
15:479c4f2f4826 16:c9ecd2a96ecf
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>