Repository revision
19:12615d397df7

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

Sort a row tool metadata
Miscellaneous
Sort a row
according to their columns
tp_sort_rows
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_rows/9.3+galaxy0
9.3+galaxy0
None
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_rows/9.3+galaxy1
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_rows/9.3+galaxy0 (this tool)
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_rows/1.1.0+galaxy0
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_rows/1.0.0
tp_sort_rows
Requirements (dependencies defined in the <requirements> tag set)
name version type
python 3.12 package
Additional information about this tool
python -c 'for line in ( "\t".join(sorted(line.strip().split("\t"))) for line in open("$infile") ): print(line)' > '$outfile'

    
None
False
Functional tests
name inputs outputs required files
Test-1 infile: sort_rows1.tabular
name: value
sort_rows1.tabular
value