comparison sort.xml @ 29:4f7cade041cb draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 4dd118c84ed4d6157303e71438c24446ec4b4f31
author bgruening
date Wed, 04 Jun 2025 15:11:51 +0000
parents 08cdbfffce67
children
comparison
equal deleted inserted replaced
28:e8b38ade9b3e 29:4f7cade041cb
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 export 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 ' '