Skip to content
Martin Asser Hansen edited this page Oct 2, 2015 · 5 revisions

Biopiece: flip_tab

Description

Sometimes it is practical to be able to flip large tables to allow other software to be able to read the table.

Usage

... | flip_tab [options]

Options

[-?         | --help]               #  Print full usage description.
[-I <file!> | --stream_in=<file!>]  #  Read input from stream file  -  Default=STDIN
[-O <file > | --stream_out=<file>]  #  Write output to stream file  -  Default=STDOUT
[-v         | --verbose]            #  Verbose output.

Examples

To flip a table in a file, first read in the table with read_tab, and finally write it again using write_tab:

read_tab -i test.tab | flip_tab | write_tab -o flipped.tab -x

See also

read_tab

write_tab

Author

Martin Asser Hansen - Copyright (C) - All rights reserved.

mail@maasha.dk

August 2007

License

GNU General Public License version 2

http://www.gnu.org/copyleft/gpl.html

Help

flip_tab is part of the Biopieces framework.

http://www.biopieces.org

Clone this wiki locally