view macros.xml @ 10:ac5c120cbda2 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngsutils commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Wed, 01 Sep 2021 07:48:42 +0000
parents 65c2eb88b635
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>