comparison 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
comparison
equal deleted inserted replaced
10:e39fceb6ab85 11:74a8bef53a00
1 <tool id="tp_sort_header_tool" name="Sort" version="@BASE_VERSION@.0"> 1 <tool id="tp_sort_header_tool" name="Sort" version="@BASE_VERSION@.1">
2 <description>data in ascending or descending order</description> 2 <description>data in ascending or descending order</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"> 6 <expand macro="requirements">
7 <requirement type="package" version="4.2.3.dev0">sed</requirement> 7 <requirement type="package" version="4.4">sed</requirement>
8 </expand> 8 </expand>
9 <version_command>sort --version | head -n 1</version_command> 9 <version_command>sort --version | head -n 1</version_command>
10 <command> 10 <command>
11 <![CDATA[ 11 <![CDATA[
12 ( 12 (