view macros.xml @ 1:8187a729d9f4 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngsutils commit bbabad202be09c91e66c94bcbfd057e49f57c841
author iuc
date Sun, 06 Dec 2015 05:03:12 -0500
parents 4e4e4093d65d
children 7a68005de299
line wrap: on
line source

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