view macros.xml @ 11:be78f13134e2 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au commit a6a2d8e943c195a2febb8ccecff67d8c34436985
author galaxy-australia
date Mon, 08 May 2023 04:38:19 +0000
parents bc3831dd65c1
children f0af8936ed41
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.5.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>