view iqtree_macros.xml @ 12:9b892d7f82cc draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit 3b1c44e42b042ccbbe2d9e01c77d18f109d4984f"
author iuc
date Sat, 27 Nov 2021 09:45:09 +0000
parents fc06db7794f1
children 24d024316465
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.1.2</token>
    <token name="@VERSION_SUFFIX@">2</token>

    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">iqtree</requirement>
        </requirements>
    </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>