comparison macros.xml @ 17:ce385837c160 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 4812c313fd8762b11f7fd002436e3a93b4c67f00"
author iuc
date Fri, 20 Nov 2020 16:51:11 +0000
parents dba489bfcd62
children
comparison
equal deleted inserted replaced
16:dba489bfcd62 17:ce385837c160
17 <citation type="doi">10.1016/S0168-9525(00)02024-2</citation> 17 <citation type="doi">10.1016/S0168-9525(00)02024-2</citation>
18 <citation type="doi">10.1101/gr.5578007</citation> 18 <citation type="doi">10.1101/gr.5578007</citation>
19 <yield /> 19 <yield />
20 </citations> 20 </citations>
21 </xml> 21 </xml>
22 <xml name="regex_sanitizer">
23 <sanitizer>
24 <valid initial="string.ascii_letters,string.digits">
25 <add value="^"/>
26 <add value="$"/>
27 <add value="("/>
28 <add value=")"/>
29 <add value="|"/>
30 <add value="?"/>
31 <add value="*"/>
32 <add value="+"/>
33 <add value="{"/>
34 <add value="}"/>
35 <add value="\"/>
36 <add value="["/>
37 <add value="]"/>
38 <add value="."/>
39 <add value=","/>
40 </valid>
41 </sanitizer>
42 <validator type="empty_field" />
43 <validator type="regex" message="Pattern must not end with backslash.">.*[^\\]$</validator>
44 </xml>
22 </macros> 45 </macros>