view macros.xml @ 0:e0b7c98f29bb draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/revoluzer commit 00e6389df9248031e385772e94a02f00719f5cba
author iuc
date Tue, 19 Mar 2024 14:29:10 +0000
parents
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">0.1.6</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <xml name="biotools">
        <xrefs>
            <xref type="bio.tools">revoluzer</xref>
        </xrefs>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">revoluzer</requirement>
        </requirements>
    </xml>
    <token name="@INPUT_FORMAT@"><![CDATA[
Input is a gene order FASTA file. Instead of the sequence a space separated list of gene names
is given that may be prefixed with a minus sign to mark genes that are on the other strand.
    ]]></token>
</macros>