view macros.xml @ 2:c3c48adf78cf draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sleuth commit 10e44e324ee754d81a1b9d990ee0932b37e7a9bc
author iuc
date Thu, 08 Jun 2023 19:57:39 +0000
parents 9a58bef001d5
children a08d4de23dc5
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">r-sleuth</requirement>
            <requirement type="package" version="0.2.0">r-annotables</requirement>
            <requirement type="package" version="2.2.1">r-argparse</requirement>
            <requirement type="package" version="2.0.0">r-tidyverse</requirement>
        </requirements>
    </xml>
    <token name="@TOOL_VERSION@">0.30.1</token>
    <token name="@SUFFIX_VERSION@">2</token>
    <token name="@PROFILE@">20.01</token>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1038/nmeth.4324</citation>
        </citations>
    </xml>
    <xml name="xrefs">
        <xrefs>
            <xref type="bio.tools">sleuth</xref>
        </xrefs>
    </xml>
</macros>