Mercurial > repos > iuc > iqtree
view iqtree_macros.xml @ 10:b8476e82ac20 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:34 +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="'" /> </valid> <mapping initial="none"> <add source="'" target="'"'"'" /> </mapping> </sanitizer> </xml> </macros>