comparison sort.xml @ 27:08cdbfffce67 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 2dc2df988bd2dde9f8d7f629b594186dbd4fdc2b
author bgruening
date Fri, 07 Mar 2025 20:43:41 +0000
parents f22a309187a3
children 4f7cade041cb
comparison
equal deleted inserted replaced
26:f22a309187a3 27:08cdbfffce67
9 </expand> 9 </expand>
10 <version_command>sort --version | head -n 1</version_command> 10 <version_command>sort --version | head -n 1</version_command>
11 <command> 11 <command>
12 <![CDATA[ 12 <![CDATA[
13 ( 13 (
14 LC_ALL=C 14 LC_ALL=C;
15 #if int($header) > 0: 15 #if int($header) > 0:
16 sed -u '${header}'q && 16 sed -u '${header}'q &&
17 #end if 17 #end if
18 18
19 sort $unique $ignore_case --stable -t ' ' 19 sort $unique $ignore_case --stable -t ' '