Mercurial > repos > iuc > iqtree
view iqtree_macros.xml @ 13:24d024316465 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit 25f53344278285ac5e75ac902aec60a38921aa12
author | iuc |
---|---|
date | Tue, 09 Apr 2024 05:10:40 +0000 |
parents | 9b892d7f82cc |
children | 0cfb4f06d047 |
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="xrefs"> <xrefs> <xref type="bio.tools">iqtree</xref> </xrefs> </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>