view iqtree_macros.xml @ 7:524d31add34a draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit 255253945d747156f59c7834998725afdc7499af"
author iuc
date Fri, 13 Aug 2021 21:35:49 +0000
parents fc06db7794f1
children 9b892d7f82cc
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.1.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>