view macros.xml @ 6:2e957d4c4b95 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngsutils commit 585b25e35a97c9a44d7c1ccb013a9e7db6b5319a
author iuc
date Wed, 30 Jan 2019 05:29:38 -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>