Previous changeset 0:24b9a80cac40 (2015-10-28) Next changeset 2:0f1724dd59d2 (2018-09-07) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit 5a6df0b54ca66fb588886b4610bbd837cd624fed |
modified:
datamash-reverse.xml macros.xml |
b |
diff -r 24b9a80cac40 -r 3234b2813413 datamash-reverse.xml --- 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> |
b |
diff -r 24b9a80cac40 -r 3234b2813413 macros.xml --- a/macros.xml Wed Oct 28 12:46:25 2015 -0400 +++ b/macros.xml Wed Sep 21 21:44:59 2016 -0400 |
b |
@@ -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> |