comparison sort.xml @ 22:3dc70b59608c 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:44:20 +0000
parents 12615d397df7
children c41d78ae5fee
comparison
equal deleted inserted replaced
21:86755160afbf 22:3dc70b59608c
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 ' '