diff macros.xml @ 2:0f1724dd59d2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit e0cd7ae10ce97bed51594e7cc0b969a803d698b7
author iuc
date Fri, 07 Sep 2018 10:58:05 -0400
parents 3234b2813413
children 17e3b698dd52
line wrap: on
line diff
--- a/macros.xml	Wed Sep 21 21:44:59 2016 -0400
+++ b/macros.xml	Fri Sep 07 10:58:05 2018 -0400
@@ -1,5 +1,6 @@
 <?xml version="1.0"?>
 <macros>
+    <token name="@WRAPPER_VERSION@">1.1.0</token>
     <xml name="inputs_outputs">
         <inputs>
             <param format="tabular" help="" label="Input tabular dataset" name="in_file" type="data" />
@@ -12,7 +13,7 @@
 
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="1.0.6">datamash</requirement>
+            <requirement type="package" version="@WRAPPER_VERSION@">datamash</requirement>
         </requirements>
     </xml>
     <xml name="stdio">