Mercurial > repos > iuc > iqtree
diff iqtree_macros.xml @ 2:d1c340a5664b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iqtree/ commit 686710a7d313b828f1daed20c4055479727f2d91
author | iuc |
---|---|
date | Wed, 17 Oct 2018 11:43:10 -0400 |
parents | |
children | fc06db7794f1 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iqtree_macros.xml Wed Oct 17 11:43:10 2018 -0400 @@ -0,0 +1,20 @@ +<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>