]> git.donarmstrong.com Git - biopieces.git/blob - bp_usage/analyze_vals
Here we go
[biopieces.git] / bp_usage / analyze_vals
1 Author:         Martin Asser Hansen - Copyright (C) - All rights reserved
2
3 Contact:        mail@maasha.dk
4
5 Date:           January 2008
6
7 License:        GNU General Public License version 2 (http://www.gnu.org/copyleft/gpl.html)
8
9 Description:    Determine type, count, min, max, sum and mean for values in stream.
10
11 Usage:          ... | analyze_vals [options]
12
13 Options:  [-x          | --no_stream]          -  Do not emit records.
14 Options:  [-k <string> | --keys=<string>]      -  Comma separated list of keys.
15 Options:  [-I <file>   | --stream_in=<file>]   -  Read input from stream file  -  Default=STDIN
16 Options:  [-O <file>   | --stream_out=<file>]  -  Write output to stream file  -  Default=STDOUT
17
18 Examples:   ... | analyze_vals -x                   -  Analyses all values in stream.
19 Examples:   ... | analyze_vals -x -k CHR_BEG,SCORE  -  Analyses selected values in stream.