diff sort.xml @ 11:74a8bef53a00 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:15:37 -0500
parents 60edf2f8c28f
children 12615d397df7
line wrap: on
line diff
--- a/sort.xml	Tue Feb 20 09:24:19 2018 -0500
+++ b/sort.xml	Tue Feb 27 17:15:37 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>