MANUAL: apt-tsv-join (apt-1.10.1)

apt-tsv-join will take multiple tab separated files and merge them into a single file.

Quick Start

To merge several files using the same key, use:

apt-tsv-join -o data.txt -key=column-name -out-file=output.txt file1.txt file2.txt [...]

Note that the first file will be streamed through line by line, while the later files will be indexed. Thus if you have only one large file, you probably want to specify this file first.

The output columns will be in the same order as the input file order and the order within each of the input files.

Currently, only the first file can have the key duplicated. The key must be unique in all the other files to be joined.

Options:

apt-tsv-join - Merge multiple tab separated text files into a single file.
Usage:
   apt-tsv-join -o data.txt -k column-name file1.txt file2.txt [...]

options:
   -k, --key                           Name of the column to use to join the
                          various files. [default ''] 
   -o, --out-file Output file to send the merged results to.
                          [default ''] 
   -p, --prepend-filename Prepend the filename to the column header.
                          [default 'false'] 
     --version Display version information. [default
                          'false'] 
   -h, --help Print help message. [default 'false'] 

Generated on Mon Nov 3 12:21:42 2008 for Affymetrix Power Tools by  doxygen 1.5.3