view macros.xml @ 15:098506c54016 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cactus commit 8fc43fe1e8c12438a14dbd174a8af3e7cb8b55dc
author iuc
date Thu, 08 Feb 2024 08:52:28 +0000
parents 94b8c6013083
children
line wrap: on
line source

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