view data_manager/macro.xml @ 1:d4e3b8d47f49 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_build_amrfinderplus commit 096286097ed5cdf189a1b68c3fc34d10f4142e54
author iuc
date Sun, 16 Apr 2023 08:26:14 +0000
parents 585cdfaf6ddb
children 8fa7efc32500
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@TOOL_VERSION@">3.10.45</token>
    <token name="@PYTHON_VERSION@">3.10.6</token>
    <token name="@PANDAS@">1.5.1</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">21.05</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">ncbi-amrfinderplus</requirement>
            <requirement type="package" version="@PYTHON_VERSION@">python</requirement>
            <requirement type="package" version="@PANDAS@">pandas</requirement>
        </requirements>
    </xml>
</macros>