The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

uf-seqrow -- decode the SeqRow structure in a Finnigan raw file

SYNOPSIS

uf-seqrow [options] <file>

 Options:
   --help            brief help message
   --man             full documentation
   --html            requet html formatting of the dump
   --wiki            format as a wiki table
   --size            tell object size
   --injection       dump the content of InjectionData instead of the SeqRow itself
   --relative        show relative addresses

OPTIONS

--help

Print a brief help message and exit.

--man

Print the manual page and exit.

--dump

Prints the table listing all header fields with their seek addresses, sizes, acess keys and values.

--html

Dump as html table.

--wiki

Dump as a wiki table.

--size

Show structure size in bytes.

--injection

Dump the contents of InjectionData, instead of the parent object.

--relative

Show relative addresses of all itmes. The default is to show the absolute seek address.

DESCRIPTION

uf-seqrow will display the contents of the SeqRow (sequence table row) structure or its component, InjectionData.

It will return an error message if its input is not a Finnigan raw file.

By default, it will dump the SeqRow object in tabular format.

SEE ALSO

Finnigan::SeqRow

EXAMPLES

Dump the entire SeqRow structure with absolute addresses:
  uf-seqrow sample.raw
Dump the InjectionData substructure with relative addresses and print its size:
  uf-seqrow -sri sample.raw