Repository revision
19:12615d397df7

Repository 'text_processing'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/text_processing

Text reformatting tool metadata
Miscellaneous
with awk
tp_awk_tool
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/9.3+galaxy0
9.3+galaxy0
awk --version | head -n 1
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/9.3+galaxy0 (this tool)
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/1.0.0
tp_awk_tool
Requirements (dependencies defined in the <requirements> tag set)
name version type
gawk 5.3.0 package
Additional information about this tool
env -i
        \$(which awk)
            --sandbox
            -v FS='	'
            -v OFS='	'
            --re-interval
            -f '$awk_script'
            '$infile'
        > '$outfile'

    
None
False
Functional tests
name inputs outputs required files
Test-1 infile: awk1.txt
code: $2>0.5 { print $2*9"\t"$1 }
name: value
awk1.txt
value