view iqtree_macros.xml @ 16:111bd54f6bc4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit f874a232d6a604d9d4d6321b1a74cdf9d6fab6a6
author iuc
date Mon, 08 Jul 2024 05:48:15 +0000
parents 70acec670c30
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.3.5</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">iqtree</requirement>
        </requirements>
    </xml>

    <xml name="xrefs">
        <xrefs>
            <xref type="bio.tools">iqtree</xref>
        </xrefs>
    </xml>

    <xml name="sanitize_query" token_validinitial="string.printable">
        <sanitizer>
            <valid initial="@VALIDINITIAL@">
                <remove value="&apos;" />
            </valid>
            <mapping initial="none">
                <add source="&apos;" target="&apos;&quot;&apos;&quot;&apos;" />
            </mapping>
       </sanitizer>
    </xml>
</macros>