sketchlib 0.2.4

Genome and amino-acid sketching
Documentation
1
2
3
4
5
use anyhow::Error;

fn main() -> Result<(), Error> {
    sketchlib::main()
}