view macros.xml @ 3:9b9ae5963d3c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngsutils commit 4a3c9f195ba5d899b1a1ce5e80281cdf230f456a
author iuc
date Mon, 23 Oct 2017 13:27:02 -0400
parents 7a68005de299
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>