view macros.xml @ 1:40774082f93e draft default tip

"planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/emboss commit 1a6cdd455506ca8013a089fdb64b75fb39d34856"
author brinkmanlab
date Tue, 25 Jan 2022 04:02:42 +0000
parents de3a45e9ccce
children
line wrap: on
line source

<macros>
    <token name="@VERSION@">6.6.0</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">emboss</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="bio_tools">
        <xrefs>
            <xref type="bio.tools">emboss</xref>
        </xrefs>
    </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>