]> git.donarmstrong.com Git - biopieces.git/blob - bp_usage/min_vals
update wiki
[biopieces.git] / bp_usage / min_vals
1 Author:         Martin Asser Hansen - Copyright (C) - All rights reserved
2
3 Contact:        mail@maasha.dk
4
5 Date:           February 2008
6
7 License:        GNU General Public License version 2 (http://www.gnu.org/copyleft/gpl.html)
8
9 Description:    Find the minimum value in the stream for given keys.
10
11 Usage:          ... | $script [options] 
12
13 Options:   [-k <string> | --keys=<string>]      -  Comma separated list of keys to inspect.
14 Options:   [-I <file>   | --stream_in=<file>]   -  Read input stream from file  -  Default=STDIN
15 Options:   [-O <file>   | --stream_out=<file>]  -  Write output stream to file  -  Default=STDOUT
16
17 Examples:   ... | $script -k SEQ_LEN  -  Find the minimum SEQ_LEN.
18
19 Keys out: <key>_MIN  -  Minimum value of <key>.