changeset 1:3234b2813413 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:44:59 -0400
parents 24b9a80cac40
children 0f1724dd59d2
files datamash-reverse.xml macros.xml
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/datamash-reverse.xml	Wed Oct 28 12:46:25 2015 -0400
+++ b/datamash-reverse.xml	Wed Sep 21 21:44:59 2016 -0400
@@ -6,7 +6,7 @@
     </macros>
     <expand macro="requirements" />
     <expand macro="stdio" />
-    <command><![CDATA[datamash -W reverse < $in_file > $out_file]]></command>
+    <command><![CDATA[datamash reverse < $in_file > $out_file]]></command>
     <expand macro="inputs_outputs" />
     <tests>
         <test>
--- a/macros.xml	Wed Oct 28 12:46:25 2015 -0400
+++ b/macros.xml	Wed Sep 21 21:44:59 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>