nj 0.0.3

Neighbor Joining, fast phylogenetic tree construction. Library and CLI.
Documentation
1
2
3
4
5
6
all:
	CARGO_TARGET_DIR=target cargo build
	CARGO_TARGET_DIR=target cargo build --features cli --bin nj

clean:
	CARGO_TARGET_DIR=target cargo clean