Mercurial > repos > iuc > iqtree
view iqtree_macros.xml @ 10:93294f1f3cf5 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit 1bda7ff567a523740d76eea8d7df6db97c905693"
| author | iuc |
|---|---|
| date | Wed, 08 Sep 2021 06:42:05 +0000 |
| parents | 2f343cfa4aad |
| children | df8bf04acdb1 |
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="'" /> </valid> <mapping initial="none"> <add source="'" target="'"'"'" /> </mapping> </sanitizer> </xml> </macros>
