view macros.xml @ 2:356bec18c68d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/decontam commit 060f6734402e7d2eced6227663cc61d2cb865ae5
author iuc
date Mon, 09 Dec 2024 16:04:03 +0000
parents e64a5fc0af6e
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">1.22.0</token>
    <token name="@VERSION_SUFFIX@">1</token>
    <token name="@PROFILE@">22.01</token>
    <xml name="bio_tools">
        <xrefs>
            <xref type="bio.tools">decontam</xref>
            <xref type="bioconductor">decontam</xref>
        </xrefs>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">bioconductor-decontam</requirement>
            <requirement type="package" version="1.46.0" >bioconductor-phyloseq</requirement>
            <requirement type="package" version="2.0.0">r-tidyverse</requirement>
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1186/s40168-018-0605-2</citation>
        </citations>
    </xml>
</macros>