Mercurial > repos > iuc > iqtree
view iqtree_macros.xml @ 15:70acec670c30 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit 069dca328b40166c018b6a971601020b6a55bc6b
author | iuc |
---|---|
date | Tue, 21 May 2024 07:25:49 +0000 |
parents | 0cfb4f06d047 |
children | 111bd54f6bc4 |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">2.3.3</token> <token name="@VERSION_SUFFIX@">0</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>