Mercurial > repos > iuc > iqtree
view iqtree_macros.xml @ 12:df8bf04acdb1 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:44:25 +0000 |
parents | 2f343cfa4aad |
children | 9454e1c4f022 |
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="'" /> </valid> <mapping initial="none"> <add source="'" target="'"'"'" /> </mapping> </sanitizer> </xml> </macros>