view macros.xml @ 0:97270150a938 draft

"planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/krakentools commit cb7f128b9ab6b8fb780d246427ec6e9c32dd5fd6-dirty"
author jdv
date Thu, 01 Apr 2021 04:31:48 +0000
parents
children 5b17dec256d6
line wrap: on
line source

<macros>

    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">krakentools</requirement>
        </requirements>
    </xml>
    <token name="@TOOL_VERSION@">1.0.1</token>
    <token name="@VERSION_SUFFIX@">0</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>

</macros>