view macros.xml @ 20:fbf99087e067 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c4f50d1ee81c1618344ede1f04a46a28d8068bcc
author bgruening
date Thu, 28 Mar 2024 13:20:16 +0000
parents 12615d397df7
children
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="9.3">coreutils</requirement>
            <yield/>
        </requirements>
    </xml>
    <token name="@TOOL_VERSION@">9.3</token>
    <token name="@VERSION_SUFFIX@">1</token>
    <token name="@PROFILE@">23.1</token>
    <xml name="stdio">
        <stdio>
            <!-- Anything other than zero is an error -->
            <exit_code range="1:" />
            <exit_code range=":-1" />
            <!-- In case the return code has not been set propery check stderr too -->
            <regex match="Error:" />
            <regex match="Exception:" />
        </stdio>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.5281/zenodo.1419255</citation>
            <yield />
        </citations>
    </xml>
    <xml name="creator">
        <creator>
            <organization name="European Galaxy Team" url="https://galaxyproject.org/eu/" />
            <person givenName="Björn" familyName="Grüning" url="https://github.com/bgruening"/>
            <person givenName="Assaf" familyName="Gordon" url="https://github.com/agordon" />
            <person givenName="Matthias" familyName="Bernt" url="https://github.com/bernt-matthias/" />
        </creator>
    </xml>
</macros>