view macros.xml @ 7:6ae5a7b5a0a2 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 1a58313d07c285370daf8ae223f19fec2d852cea
author galaxy-australia
date Thu, 09 Feb 2023 01:45:56 +0000
parents a74dbfee5a86
children 9baa871cb1d1
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.4.1</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">20.09</token>
    <xml name="requirements">
        <requirements>
            <!-- Cactus is not in bioconda -->
            <!-- Devoper provides a Docker container -->
            <container type="docker">quay.io/comparative-genomics-toolkit/cactus:v@TOOL_VERSION@</container>
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">
                https://doi.org/10.1038/s41586-020-2871-y
            </citation>
        </citations>
    </xml>
    <xml name="xrefs">
        <xrefs>
            <xref type="bio.tools">cactus</xref>
        </xrefs>
    </xml>
</macros>