Mercurial > repos > brinkmanlab > emboss
comparison macros.xml @ 0:de3a45e9ccce draft
"planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/emboss commit eaefd81cf7afec08ffc570ac53d6718d62743a99"
author | brinkmanlab |
---|---|
date | Tue, 25 Jan 2022 03:26:28 +0000 |
parents | |
children | 40774082f93e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:de3a45e9ccce |
---|---|
1 <macros> | |
2 <token name="@VERSION@">6.6.0</token> | |
3 <xml name="requirements"> | |
4 <requirements> | |
5 <requirement type="package" version="@VERSION@">emboss</requirement> | |
6 <requirement type="package" version="5.26">perl</requirement> | |
7 </requirements> | |
8 </xml> | |
9 <xml name="stdio"> | |
10 <stdio> | |
11 <regex level="fatal_oom" match="insufficient memory available" source="both" /> | |
12 <exit_code range="1:" /> | |
13 </stdio> | |
14 </xml> | |
15 <xml name="bio_tools"> | |
16 <xrefs> | |
17 <xref type="bio.tools">emboss</xref> | |
18 </xrefs> | |
19 </xml> | |
20 <xml name="citations"> | |
21 <citations> | |
22 <citation type="doi">10.1016/S0168-9525(00)02024-2</citation> | |
23 <citation type="doi">10.1101/gr.5578007</citation> | |
24 <yield /> | |
25 </citations> | |
26 </xml> | |
27 <xml name="regex_sanitizer"> | |
28 <sanitizer> | |
29 <valid initial="string.ascii_letters,string.digits"> | |
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 <add value="\"/> | |
41 <add value="["/> | |
42 <add value="]"/> | |
43 <add value="."/> | |
44 <add value=","/> | |
45 </valid> | |
46 </sanitizer> | |
47 <validator type="empty_field" /> | |
48 <validator type="regex" message="Pattern must not end with backslash.">.*[^\\]$</validator> | |
49 </xml> | |
50 </macros> |