view humann2_macros.xml @ 4:104a1f3ca7b4 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'adf695285ea7366d6c5d48e416c4e00d83b9e733\n'-dirty
author bebatut
date Thu, 02 Mar 2017 09:28:46 -0500
parents 993b75cba608
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@WRAPPER_VERSION@">0.9.9</token>
    
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@WRAPPER_VERSION@">humann2</requirement>
            <yield/>
        </requirements>
    </xml>
    <xml name="stdio">
        <stdio>
            <exit_code range="1:" />
        </stdio>
    </xml>

    <xml name="citations">
        <citations>
            <citation type="doi">10.1371/journal.pcbi.1002358</citation>
        </citations>
    </xml>
</macros>