prseq 0.0.27

Rust tools (with Python bindings) for sequence analysis
Documentation
1
2
3
4
5
6
7
8
build:
	cargo build --release

test:
	cargo test

clean:
	find . -name '*~' -print0 | xargs -r -0 rm