view macros.xml @ 10:bc3831dd65c1 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 7b3bb16e4b4be0e9e2914f81cd072508ba6d5898
author galaxy-australia
date Sun, 19 Mar 2023 23:45:23 +0000
parents f14193ec1f50
children be78f13134e2
line wrap: on
line source

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