view macros.xml @ 4:3479b06460a4 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/dorado commit 8f48f7ee85162eeaa9c0247c7bb7d699f84d6ca7
author galaxy-australia
date Mon, 04 Nov 2024 03:26:04 +0000
parents 1145758d2f0b
children
line wrap: on
line source

<macros>
    <!-- UPDATING: pull the latest container and check the version. Update both tokens. You MUST also update the model list. See README.md for more.  -->
    <token name="@VERSION@">0.8.2+6b413c9</token>
    <token name="@CONTAINER_HASH@">ae1d5e75f94041e4fd7af4a7ed6e6432b0eaea29</token>
    <xml name="requirements">
        <requirements>
            <container type="docker">nanoporetech/dorado:sha@CONTAINER_HASH@</container>
        </requirements>
    </xml>
    <xml name="xrefs">
        <xrefs>
            <xref type="bio.tools">dorado</xref>
        </xrefs>
    </xml>
    <xml name="citation">
        <citations>
            <citation type="bibtex">
                @misc{dorado,
                    title = {Dorado},
                    author = {{Oxford Nanopore}},
                    year = {2024},
                    url = {https://github.com/nanoporetech/dorado/},
                    }
            </citation>
        </citations>
    </xml>
</macros>