view iqtree_macros.xml @ 14:0cfb4f06d047 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit f7af6d39f0094cc2df3e9866782ad6533fba62a7
author iuc
date Sat, 18 May 2024 15:43:50 +0000
parents 24d024316465
children 70acec670c30
line wrap: on
line source

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