view macros.xml @ 4:aecfe10118ed draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngsutils commit 89a8c896bdc435acb5e5c490f4deae4a4ed9607a
author iuc
date Fri, 17 Nov 2017 05:17:42 -0500
parents 9b9ae5963d3c
children
line wrap: on
line source

<macros>
    <token name="@WRAPPER_VERSION@">0.5.9</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@WRAPPER_VERSION@">ngsutils</requirement>
        </requirements>
    </xml>
    <xml name="version">
        <version_command>@WRAPPER_VERSION@</version_command>
    </xml>
    <xml name="stdio">
        <stdio>
            <exit_code range="1:" level="fatal" />
        </stdio>
    </xml>
</macros>