GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
srf_info(1) Staden io_lib srf_info(1)

srf_info - Lists information about the contents of an SRF file

srf_info [-l bitmap] srf_archive ...

srf_info lists some simple frequency metrics on the contents of an SRF file, both in terms of how many traces there are and the sort of data held within them.

For efficiencies sake some control is given over which statistics to gather and display. This is controlled by the -l level parameter. The value is the summation of one or more of the following values, representing the data to display.

1
Count of good/bad reads.
2
Counts and compressed size for selected chunk types.
4
Trace count and trace name prefix for each trace_header.
8
Base count.

-l bitmap
Controls which statistics to gather and display. Bitmap is a value from 0 to 15 (1+2+4+8) as described in the DESCRIPTION section above.

To count the total number of good and bad reads along with a break down of trace names per SRF data-block-header we would use bitmap values 1 and 4 combined.

    srf_info -l 5 foo.srf

To count the total number of reads for all srf files in a directory.

    srf_info -l 1 *.srf

Steven Leonard, Wellcome Trust Sanger Institute
September 19

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.