view macros.xml @ 7:ec368db926f4 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaphlan/ commit 42f32d4c093fc3b8d2604c635e1f862fee695a05
author iuc
date Wed, 29 Mar 2023 08:00:24 +0000
parents 2131d7dca455
children 1a6cdf55390f
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@TOOL_VERSION@">4.0.6</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">22.05</token>
    <!-- Metaphlan DB compatible with this version of Metaphlan
    v4 introduced single genome level bins (SGB) and the index syntax differs from previous versions --> 
    <token name="@IDX_VERSION@">SGB</token>
    <token name="@IDX_DATA_TABLE@">metaphlan_database_versioned</token>
    <xml name="edam_ontology">
    <xrefs>
        <xref type="bio.tools">metaphlan</xref>
    </xrefs>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">metaphlan</requirement>
            <yield/>
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.7554/eLife.65088</citation>
        </citations>
    </xml>
</macros>