1 unstable release
Uses old Rust 2015
0.1.0 | Feb 1, 2016 |
---|
#68 in #dot
4KB
86 lines
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:
Dependencies
~4MB
~85K SLoC