view macros.xml @ 0:4e4e4093d65d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngsutils commit 09194687c74a424732f8b0c017cbb942aad89068
author iuc
date Wed, 11 Nov 2015 13:04:07 -0500
parents
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>