view macros.xml @ 2:48228f4ad1d5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bioperl commit db3e7b2cae496ab4a906f42a521717f0fdde35e2
author iuc
date Thu, 21 Apr 2016 14:04:02 -0400
parents f79bcd53b9a3
children 19c318403f13
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="1.6.922">bioperl</requirement>
            <yield/>
        </requirements>
    </xml>
    <token name="@WRAPPER_VERSION@">1.6</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>