view macros.xml @ 3:44dc09edd97b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/glimmer commit a80e3e4aa3a40970af507bf9119cf7f1c2ffb336
author iuc
date Mon, 16 Dec 2024 14:42:47 +0000
parents 04861c9bbf45
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@TOOL_VERSION@">3.02</token>
    <token name="@VERSION_SUFFIX@">2</token>
    <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy@VERSION_SUFFIX@</token>
    <token name="@PROFILE_VERSION@">23.1</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">glimmer</requirement>
            <requirement type="package" version="1.70">biopython</requirement>
            <yield/>
        </requirements>
    </xml>
    <xml name="bio_tools">
        <xrefs>
            <xref type="bio.tools">gemini</xref>
        </xrefs>
    </xml>

    <xml name="citation">
        <citations>
            <citation type="doi">10.1093/bioinformatics/btm009</citation>
        </citations>
    </xml>
</macros>