Author: Martin Asser Hansen - Copyright (C) - All rights reserved Contact: mail@maasha.dk Date: March 2008 License: GNU General Public License version 2 (http://www.gnu.org/copyleft/gpl.html) Description: Calculate the median values of given keys. Usage: ... | $script [options] Options: [-x | --no_stream] - Do not emit records. Options: [-o | --data_out=] - Write result to file. Options: [-k | --keys=] - Comma separated list of keys. Options: [-I | --stream_in=] - Read input from stream file - Default=STDIN Options: [-O | --stream_out=] - Write output to stream file - Default=STDOUT Examples: ... | $script -x -k SEQ_LEN,HIT_LEN -o result.txt - Calculate median values and save to 'result.txt'. Keys out: _MEDIAN - Median value of .