diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/iqtree_macros.xml	Wed Oct 17 11:41:46 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="&apos;" />
+            </valid>
+            <mapping initial="none">
+                <add source="&apos;" target="&apos;&quot;&apos;&quot;&apos;" />
+            </mapping>
+       </sanitizer>
+    </xml>
+</macros>