Mercurial > repos > leomrtns > iqtree
diff iqtree_macros.xml @ 0:4c872859caef draft
planemo upload
author | leomrtns |
---|---|
date | Tue, 21 May 2019 12:49:47 -0400 |
parents | |
children | 87daf702e477 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iqtree_macros.xml Tue May 21 12:49:47 2019 -0400 @@ -0,0 +1,20 @@ +<macros> + <token name="@TOOL_VERSION@">1.6.10</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>