changeset 1:1cb70a56fc89 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit 5a6df0b54ca66fb588886b4610bbd837cd624fed
author iuc
date Wed, 21 Sep 2016 21:45:27 -0400
parents 60e287a6d17d
children 22c2a1ac7ae3
files datamash-transpose.xml macros.xml
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/datamash-transpose.xml	Wed Oct 28 12:45:41 2015 -0400
+++ b/datamash-transpose.xml	Wed Sep 21 21:45:27 2016 -0400
@@ -6,7 +6,7 @@
     </macros>
     <expand macro="requirements" />
     <expand macro="stdio" />
-    <command><![CDATA[datamash -W transpose < $in_file > $out_file]]></command>
+    <command><![CDATA[datamash transpose < $in_file > $out_file]]></command>
     <expand macro="inputs_outputs" />
     <tests>
         <test>
--- a/macros.xml	Wed Oct 28 12:45:41 2015 -0400
+++ b/macros.xml	Wed Sep 21 21:45:27 2016 -0400
@@ -9,6 +9,7 @@
             <data format="tabular" name="out_file" label="${tool.name} on ${on_string}" />
         </outputs>
     </xml>
+
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="1.0.6">datamash</requirement>
@@ -37,4 +38,4 @@
 
 -----
     </token>
-</macros>
\ No newline at end of file
+</macros>