Crates.io | dotplot |
lib.rs | dotplot |
version | 0.1.0 |
source | src |
created_at | 2016-02-01 21:58:45.306047 |
updated_at | 2016-02-01 21:58:45.306047 |
description | A simple dot plot maker. Given 2 sequences, prints x, y coords to stdout. |
homepage | |
repository | https://bitbucket.org/khyryk/dprs |
max_upload_size | |
id | 4050 |
size | 3,557 |
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: