Repository revision
11:74a8bef53a00

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/1.1.1
1.1.1
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/1.1.2
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/1.1.1 (this tool)
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/1.1.0
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 4.2.0 package
Functional tests
name inputs outputs required files
Test-1 code: $2>0.5 { print $2*9"\t"$1 }
infile: awk1.txt
outfile: awk_results1.txt
awk1.txt
awk_results1.txt