prseq 0.0.13

Rust tools (with Python bindings) for sequence analysis
Documentation
1
2
3
4
5
test:
	cargo test

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