view data_manager/macros.xml @ 7:8a442938a61a draft

planemo upload for repository https://github.com/thanhleviet/galaxy-tools commit 98648bbb7796db528b5685d44a2a5b761c53c19b-dirty
author thanhlv
date Sun, 19 May 2019 08:50:27 -0400
parents be46816110b4
children 218301fbbb99
line wrap: on
line source

<macros>
    <token name="@VERSION@">2.13.2</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">ariba</requirement>
        </requirements>
    </xml>

    <xml name="version_command">
        <version_command>ariba version | head -n 1</version_command>
    </xml>

    <xml name="citations">
        <citations>
            <citation type="doi">10.1099/mgen.0.000131</citation>
        </citations>
    </xml>
</macros>