dotplot

Crates.iodotplot
lib.rsdotplot
version0.1.0
sourcesrc
created_at2016-02-01 21:58:45.306047
updated_at2016-02-01 21:58:45.306047
descriptionA simple dot plot maker. Given 2 sequences, prints x, y coords to stdout.
homepage
repositoryhttps://bitbucket.org/khyryk/dprs
max_upload_size
id4050
size3,557
(khyryk)

documentation

README

A simple Rust implementation of a dot plot maker used to examine sequence alignment. The output is sent to stdout as x, y points, which can be used with gnuplot like so:

./dotplot s1.txt s2.txt | gnuplot -p -e "plot '<cat' with points"

producing something like this:

Commit count: 0

cargo fmt