view iqtree_macros.xml @ 4:f97743d52b87 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit dc68d9064facc8da0024b4c2c41ef82150bdd386"
author iuc
date Fri, 03 Apr 2020 09:04:30 -0400
parents d1c340a5664b
children fc06db7794f1
line wrap: on
line source

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