Mercurial > repos > bgruening > text_processing
diff sort.xml @ 18:1e974b82380d draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 0ba37c1f33eeb1c77b4d9363d681fe522d9f7fe7
author | bgruening |
---|---|
date | Tue, 27 Feb 2018 17:10:53 -0500 |
parents | 7725ab6dab67 |
children | f22a309187a3 |
line wrap: on
line diff
--- a/sort.xml Tue Feb 20 09:11:35 2018 -0500 +++ b/sort.xml Tue Feb 27 17:10:53 2018 -0500 @@ -1,10 +1,10 @@ -<tool id="tp_sort_header_tool" name="Sort" version="@BASE_VERSION@.0"> +<tool id="tp_sort_header_tool" name="Sort" version="@BASE_VERSION@.1"> <description>data in ascending or descending order</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"> - <requirement type="package" version="4.2.3.dev0">sed</requirement> + <requirement type="package" version="4.4">sed</requirement> </expand> <version_command>sort --version | head -n 1</version_command> <command>