-
Notifications
You must be signed in to change notification settings - Fork 23
flip_tab
Martin Asser Hansen edited this page Oct 2, 2015
·
5 revisions
Sometimes it is practical to be able to flip large tables to allow other software to be able to read the table.
... | flip_tab [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.
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
Martin Asser Hansen - Copyright (C) - All rights reserved.
August 2007
GNU General Public License version 2
http://www.gnu.org/copyleft/gpl.html
flip_tab is part of the Biopieces framework.