comparison awk.xml @ 13:0a8c6b61f0f4 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 4f79443517baf378fbfe1f81be361d97f2938601
author bgruening
date Wed, 03 Apr 2019 13:56:01 -0400
parents 74a8bef53a00
children ddf54b12c295
comparison
equal deleted inserted replaced
12:a6f147a050a2 13:0a8c6b61f0f4
7 <requirement type="package" version="4.2.0">gawk</requirement> 7 <requirement type="package" version="4.2.0">gawk</requirement>
8 </requirements> 8 </requirements>
9 <version_command>awk --version | head -n 1</version_command> 9 <version_command>awk --version | head -n 1</version_command>
10 <command> 10 <command>
11 <![CDATA[ 11 <![CDATA[
12 env -i
12 awk 13 awk
13 --sandbox 14 --sandbox
14 -v FS=' ' 15 -v FS=' '
15 -v OFS=' ' 16 -v OFS=' '
16 --re-interval 17 --re-interval