view data_manager/macro.xml @ 10:9c65e5da43e2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_bakta commit 20b67e8bc2fdd0b7923a2da9d6828eb4e06b6bd8-dirty
author pimarin
date Thu, 27 Oct 2022 15:56:22 +0000
parents acea53e44d1b
children 7bd60bfa8ffc
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.5.1</token>
    <token name="@PYTHON_VERSION@">3.8</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">21.05</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">bakta</requirement>
            <requirement type="package" version="@PYTHON_VERSION@">python</requirement>
        </requirements>
    </xml>
    <xml name="version_command">
        <version_command><![CDATA[bakta --version]]></version_command>
    </xml>
</macros>