view iqtree_macros.xml @ 3:a396ccf6079c draft default tip

"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/iqtree"
author leomrtns
date Wed, 18 Dec 2019 13:46:22 +0000
parents 87daf702e477
children
line wrap: on
line source

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