comparison iqtree_macros.xml @ 2:b2fbfb61f019 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:41:46 -0400
parents
children 2f343cfa4aad
comparison
equal deleted inserted replaced
1:f041f5a855cc 2:b2fbfb61f019
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>