Repository revision
19:12615d397df7

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

Join tool metadata
Miscellaneous
Join
two files
tp_easyjoin_tool
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_easyjoin_tool/9.3+galaxy0
9.3+galaxy0
join --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_easyjoin_tool/9.3+galaxy0 (this tool)
toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_easyjoin_tool/1.0.0
tp_easyjoin_tool
Requirements (dependencies defined in the <requirements> tag set)
name version type
coreutils 9.3 package
perl 5.32 package
Additional information about this tool
cp '$__tool_directory__/sort-header' ./ &&
        chmod +x sort-header &&
        perl '$__tool_directory__/easyjoin'
            $jointype
            -t $'\t'
            $header
            -e '$empty_string_filler'
            -o auto
            $ignore_case
            -1 '$column1'
            -2 '$column2'
            '$infile1'
            '$infile2'
            > '$output'

    
None
False
Functional tests
name inputs outputs required files
Test-1 infile1: easyjoin1.tabular
column1: 1
infile2: easyjoin2.tabular
column2: 1
jointype: -a 1 -a 2
header: True
name: value
easyjoin1.tabular
easyjoin2.tabular
value