view macros.xml @ 12:f0af8936ed41 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au commit cb75f42cdcae1a92023e6e5b33a8a260877d76fe
author galaxy-australia
date Mon, 15 May 2023 04:32:56 +0000
parents be78f13134e2
children d7ce0ec78e51
line wrap: on
line source

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