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

NAME

uf-runheader - decode the RunHeader structure in a Finnigan raw file

SYNOPSIS

uf-runheader [options] file

 Options:
   --help            brief help message
   --man             full documentation
   --html            format as HTML
   --wiki            format as a wiki table
   --size            tell object size
   --sample_info     dump the content of SampleInfo instead of RunHeader itself
   --relative        show relative addresses

OPTIONS

--help

Print a brief help message and exit.

--man

Prints the manual page and exit.

--dump

Prints the table listing all fields in the structure with their seek addresses, sizes, names and values.

--html

Dump as html table.

--wiki

Dump as a wiki table.

--size

Show structure size in bytes.

--smple_info

Dump the contents of SampleInfo instead of the parent object.

--relative

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

DESCRIPTION

uf-runheader will display the contents of RunHeader structure, or its component SampleInfo.

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

By default, it prints a summary of the object's data on a single line.

SEE ALSO

Finnigan::Runheader

Finnigan::SampleInfo

EXAMPLES

  uf-runheader sample.raw
Dump the entire RunHeader with absolute addresses:
  uf-runheader -d sample.raw
Dump the SampleInfo structure with relative addresses in a wiki table format and show its size:
 uf-runheader -sdrwi sample.raw