view macros.xml @ 0:c8caf812d33b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnv-vcf2json commit 485fd56c701872217e6d6ccc4321c1f0522ad540
author iuc
date Fri, 01 Mar 2024 07:19:35 +0000
parents
children
line wrap: on
line source

<macros>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@TOOL_VERSION@">1.0.4</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>