view macros.xml @ 1:7d2d2e3b9891 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnv-vcf2json commit 7b5c842d3c006d2afd00aff1ef833f236a45dd3d
author iuc
date Wed, 24 Jul 2024 12:56:03 +0000
parents c8caf812d33b
children
line wrap: on
line source

<macros>
    <token name="@VERSION_SUFFIX@">0.1</token>
    <token name="@TOOL_VERSION@">1.1.0</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">cnv-vcf2json</requirement>
        </requirements>
    </xml>
    <xml name="creators">
        <creator>
            <person givenName="Khaled" familyName="Jum'ah" url="https://github.com/khaled196" />
            <person givenName="Krzysztof" familyName="Poterlowicz" url="https://github.com/poterlowicz-lab" />
            <organization name="poterlowicz-lab" url="https://github.com/poterlowicz-lab" />
        </creator>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="bibtex">@misc{cnv-vcf2json,
    author = {Khaled Jum'ah},
    title = {{cnv-vcf2json}: Convert VCF Files to JSON Format},
    year = {2024},
    version = {1.0.4},
    url = {https://pypi.org/project/cnv-vcf2json/},}</citation>
        </citations>
    </xml>
</macros>