comparison 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
comparison
equal deleted inserted replaced
1:288db50d1fb9 2:d1c340a5664b
1 <macros>
2 <token name="@TOOL_VERSION@">1.5.5</token>
3
4 <xml name="requirements">
5 <requirements>
6 <requirement type="package" version="@TOOL_VERSION@">iqtree</requirement>
7 </requirements>
8 </xml>
9
10 <xml name="sanitize_query" token_validinitial="string.printable">
11 <sanitizer>
12 <valid initial="@VALIDINITIAL@">
13 <remove value="&apos;" />
14 </valid>
15 <mapping initial="none">
16 <add source="&apos;" target="&apos;&quot;&apos;&quot;&apos;" />
17 </mapping>
18 </sanitizer>
19 </xml>
20 </macros>