Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 445 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 445 Bytes

phylokit

C++ library for high performance phylogenetics. Used in (e.g.) ASTRID, FastRFS, SIESTA.

To build, you will need bazel (https://www.bazel.build/):

bazel build phylokit:all
bazel test test:all

It's easiest to use phylokit from within a bazel project; copy the contents of phylokit's WORKSPACE into your WORKSPACE file.

If you want to use phylokit from a cmake project, you could try https://github.com/google/bazel-to-cmake.