view macros.xml @ 18:63dd26468588 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 18de4aa9ba00124b1b3e3afe14219e46931e58a9"
author iuc
date Fri, 09 Jul 2021 18:36:34 +0000
parents ce385837c160
children
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>