]> git.donarmstrong.com Git - biopieces.git/blob - bp_usage/plot_matches
add ident
[biopieces.git] / bp_usage / plot_matches
1 Author:         Martin Asser Hansen - Copyright (C) - All rights reserved
2
3 Contact:        mail@maasha.dk
4
5 Date:           August 2007
6
7 License:        GNU General Public License version 2 (http://www.gnu.org/copyleft/gpl.html)
8
9 Description:    Generate a dotplot of matches in stream.
10
11 Usage:          ... | plot_matches [options]
12
13 Options:    [-x          | --no_stream]          -  Do not emit records.
14 Options:    [-o <file>   | --data_out=<file>]    -  Write result to file.
15 Options:    [-t <string> | --terminal=<string>   -  Terminal for output: dumb|post|svg                  -  Default=dumb
16 Options:    [-d <string> | --direction=<string>  -  Direction of matches to plot: both|forward|reverse  -  Default=both
17 Options:    [-T <string> | --title=<string>]     -  Set plot title.
18 Options:    [-X <string> | --xlabel=<string>]    -  Set x-axis label.
19 Options:    [-Y <string> | --ylabel=<string>]    -  Set y-axis label.
20 Options:    [-I <file>   | --stream_in=<file>]   -  Read input from stream file  -  Default=STDIN
21 Options:    [-O <file>   | --stream_out=<file>]  -  Write output to stream file  -  Default=STDOUT
22
23 Examples:  ... | plot_matches -x -d forward -t svg -o plot.svg  -  Create plot and save to 'plot.svg'.
24