ogcat
Fast and scalable phylogenomic utilities
Installation
Prebuilt binaries
See releases. The musl
binary for Linux should be the most compatible, at the possible expense of some speed.
(I keep a separate "better" copy on the computing cluster at UIUC, so let me know if you need it on the cluster.)
Compiling from scratch
Install the Rust toolchain and then compile the binary:
RUSTFLAGS="-C target-feature=+avx" cargo build --release
Manual
See wiki.
Acknowledgements
ogcat
internally uses code translated from TreeSwift, and its sum-of-pairs calculation is based on that from FastSP.
ogcat
stands for "orange cat" and does not relate to cat
the unix utility.