Mercurial > repos > devteam > emboss_5
view 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 |
line wrap: on
line source
<macros> <token name="@VERSION@">5.0.0</token> <xml name="requirements"> <requirements> <requirement type="package" version="@VERSION@">emboss</requirement> <requirement type="package" version="5.26">perl</requirement> </requirements> </xml> <xml name="stdio"> <stdio> <regex level="fatal_oom" match="insufficient memory available" source="both" /> <exit_code range="1:" /> </stdio> </xml> <xml name="citations"> <citations> <citation type="doi">10.1016/S0168-9525(00)02024-2</citation> <citation type="doi">10.1101/gr.5578007</citation> <yield /> </citations> </xml> <xml name="regex_sanitizer"> <sanitizer> <valid initial="string.ascii_letters,string.digits"> <add value="^"/> <add value="$"/> <add value="("/> <add value=")"/> <add value="|"/> <add value="?"/> <add value="*"/> <add value="+"/> <add value="{"/> <add value="}"/> <add value="\"/> <add value="["/> <add value="]"/> <add value="."/> <add value=","/> </valid> </sanitizer> <validator type="empty_field" /> <validator type="regex" message="Pattern must not end with backslash.">.*[^\\]$</validator> </xml> </macros>