view macros.xml @ 2:7a68005de299 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngsutils commit 9a243c616a4a3156347e38fdb5f35863ae5133f9
author iuc
date Sun, 27 Nov 2016 15:01:21 -0500
parents 4e4e4093d65d
children 9b9ae5963d3c
line wrap: on
line source

<macros>
    <token name="@WRAPPER_VERSION@">0.5.8</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="0.9.1.4">pysam</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>