view iqtree_macros.xml @ 18:f87ac61981f0 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit fb879119df5cdf56921e5c0559069a36eb052490
author iuc
date Tue, 15 Oct 2024 18:14:01 +0000
parents 0878b7fd5260
children
line wrap: on
line source

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