view data_manager/macro.xml @ 1:faae5d8ce0cb draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_bakta commit 4c11a77fb4c0bb74c0c4ae381c85971e01ed973e-dirty
author pimarin
date Thu, 27 Oct 2022 13:54:13 +0000
parents 9d08486abf8e
children acea53e44d1b
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.5.0</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>