logo
logo

JOINCOL

Section: User Commands (1)
Updated: September 2000
Index Return to Main Contents

 

NAME

joincol - join col files.

 

SYNOPSIS

joincol
[files]

 

DESCRIPTION

joincol joins several col files, while only keeping the header of the first. Input is from files and stdin. If a file is input through stdin, it is treated as being the first. The output is sent to stdout.

 

OPTIONS

joincol has no options.

 

EXAMPLES

Join foo1.col, foo2.col and foo3.col to one col file:

joincol foo1.col foo2.col foo3.col

Notice that the program waits for a file from stdin. This can be finished by pressing control-d.

Two ways of avoiding the stdin file is:

cat foo1.col | joincol foo2.col foo3.col

cat /dev/null | joincol foo1.col foo2.col foo3.col

 

BUGS

Report bugs to col-bugs@bioinf.au.dk.

 

AUTHOR

Bjarne Knudsen (bk@daimi.au.dk)

 

SEE ALSO


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
BUGS
AUTHOR
SEE ALSO


Comments, questions, etc., email gorodkin@rth.dk.


Last updated March 26th, 2007 by Jan Gorodkin