diff macros.xml @ 12:806cdd9e7780 draft

"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 1640878827bdc3870b6f34eded3a3f7571a1849f"
author gga
date Wed, 21 Aug 2019 05:08:04 -0400
parents 7bcd46cf597f
children bc1daccdcce7
line wrap: on
line diff
--- a/macros.xml	Thu Jul 11 08:39:13 2019 -0400
+++ b/macros.xml	Wed Aug 21 05:08:04 2019 -0400
@@ -2,7 +2,7 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="2.2.6">python-chado</requirement>
+            <requirement type="package" version="@LIB_VERSION@">python-chado</requirement>
             <requirement type="package" version="1.5">jq</requirement>
             <requirement type="package" version="@PG_VERSION@">postgresql</requirement>
             <requirement type="package" version="0.1">pglite</requirement>
@@ -10,6 +10,8 @@
         </requirements>
     </xml>
 
+    <token name="@LIB_VERSION@">2.3.0</token>
+    <token name="@WRAPPER_VERSION@">@LIB_VERSION@</token>
     <token name="@PG_VERSION@">11.2</token>
 
     <xml name="stdio">
@@ -20,8 +22,6 @@
         </stdio>
     </xml>
 
-    <token name="@WRAPPER_VERSION@">2.2.6</token>
-
     <xml name="citation">
         <citations>
         </citations>