Mercurial > repos > devteam > emboss_5
comparison macros.xml @ 18:c2228166c035 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:49:40 +0000 |
parents | bde3097ac0f6 |
children | 21a9fb508031 |
comparison
equal
deleted
inserted
replaced
17:bde3097ac0f6 | 18:c2228166c035 |
---|---|
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> |