changeset 7:0ea09f02e2e5 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:51:33 -0400
parents 9bd21de9455b
children f11dedb74b83
files datamash-ops.xml macros.xml tool_dependencies.xml
diffstat 3 files changed, 3 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/datamash-ops.xml	Tue Dec 13 10:07:20 2016 -0500
+++ b/datamash-ops.xml	Fri Sep 07 10:51:33 2018 -0400
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="datamash_ops" name="Datamash" version="1.0.6">
+<tool id="datamash_ops" name="Datamash" version="@WRAPPER_VERSION@">
     <description>(operations on tabular data)</description>
     <macros>
         <import>macros.xml</import>
--- a/macros.xml	Tue Dec 13 10:07:20 2016 -0500
+++ b/macros.xml	Fri Sep 07 10:51:33 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">
--- a/tool_dependencies.xml	Tue Dec 13 10:07:20 2016 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-    <package name="datamash" version="1.0.6">
-        <repository changeset_revision="395677dbc57e" name="package_datamash_1_0_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
-    </package>
-</tool_dependency>