view macros.xml @ 2:ab8373ba3830 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/halfdeep commit 8c89adcf33dc75d6bd315369bdeadb26fb6c17f9
author iuc
date Thu, 12 Dec 2024 22:09:19 +0000
parents a53e299fe1cb
children
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">halfdeep</requirement>
        </requirements>
    </xml>
    <token name="@TOOL_VERSION@">0.1.0</token>
    <token name="@VERSION_SUFFIX@">2</token>
    <token name="@PROFILE@">21.05</token>
    <xml name="citations">
        <citations>
            <citation type="bibtex">
                @misc{github_halfdeep,
                    author = {Makova Lab PSU},
                    year = "2019",
                    title = {HalfDeep},
                    publisher = {GitHub},
                    journal = {GitHub repository},
                    url = {https://github.com/makovalab-psu/HalfDeep}
            </citation>
        </citations>
    </xml>
</macros>