view data_manager/macro.xml @ 2:bd56ac4cca16 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_plasmidfinder commit 704e7cba33e85648198babefb4d82df66c6709f8
author pimarin
date Fri, 17 Feb 2023 08:04:44 +0000
parents 8ad77a9dc91d
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>