view iqtree_macros.xml @ 17:4e7fd03b0a13 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit bfeaaf8691c2f88d4f6d888b4e739207afde1970
author iuc
date Thu, 20 Feb 2025 20:11:25 +0000
parents f4adc3371cac
children 09961138fcaf
line wrap: on
line source

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