view macros.xml @ 13:9eeb13a92d79 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 2d431863824af49c82ff2ae318abee3b16141a4e
author galaxy-australia
date Wed, 05 Jul 2023 03:24:58 +0000
parents 2263989660f5
children 94b8c6013083
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.6.4</token>
    <token name="@VERSION_SUFFIX@">1</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>