view macros.xml @ 0:607d5e33c4c2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/halfdeep commit 63179f3d35e5dec09cdd01c07c6a4e8af3da777d
author iuc
date Thu, 05 Dec 2024 16:57:06 +0000
parents
children a53e299fe1cb
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@">0</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>