Mercurial > repos > iuc > iqtree
view iqtree_macros.xml @ 3:973a28be3b7f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit 73ef23e40772952e5fde0576d66fa81de4916058"
author | iuc |
---|---|
date | Wed, 29 Jan 2020 16:34:20 -0500 |
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="'" /> </valid> <mapping initial="none"> <add source="'" target="'"'"'" /> </mapping> </sanitizer> </xml> </macros>