comparison awk.xml @ 20:1aa30b2c73c9 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:43 -0400
parents 1e974b82380d
children 0e3b611245f7
comparison
equal deleted inserted replaced
19:bed2226b90f7 20:1aa30b2c73c9
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