Previous changeset 0:60e287a6d17d (2015-10-28) Next changeset 2:22c2a1ac7ae3 (2018-09-07) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit 5a6df0b54ca66fb588886b4610bbd837cd624fed |
modified:
datamash-transpose.xml macros.xml |
b |
diff -r 60e287a6d17d -r 1cb70a56fc89 datamash-transpose.xml --- 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> |
b |
diff -r 60e287a6d17d -r 1cb70a56fc89 macros.xml --- a/macros.xml Wed Oct 28 12:45:41 2015 -0400 +++ b/macros.xml Wed Sep 21 21:45:27 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> |