view data_manager/macro.xml @ 0:8ad77a9dc91d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_plasmidfinder commit f3383fdb9a17d1b69d05547cdb96534a5f762bec-dirty
author pimarin
date Tue, 14 Feb 2023 14:25:43 +0000
parents
children 60cfd33bc2fb
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.1.6</token>
    <token name="@REQUESTS_VERSION@">2.27.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="@PYTHON_VERSION@">python</requirement>
            <requirement type="package" version="@REQUESTS_VERSION@">requests</requirement>
        </requirements>
    </xml>
</macros>