Installation And Setup¶
Use the canonical runtime package when you want the main product surface.
Basic Route¶
- Install the runtime package.
- Confirm the CLI resolves.
- Run a small validation or inspection command.
- Keep local run products under
artifacts/.
The operational goal is predictable local behavior, not hidden notebook state or scattered temporary outputs.
External Engine Runtime¶
Some workflows execute real scientific binaries rather than mock adapters. On macOS with Homebrew, install the current local engine set with:
That target installs:
maffttrimaliqtree2FastTreembfrom MrBayesbeastfrom BEAST2
If you install those executables another way, make sure they resolve on
PATH before you run the real local lanes.
Local Verification Routes¶
Use these commands when you want an executable-backed verification rather than the default lightweight surface:
make test-external-enginesRuns the compact real-engine integration lane plus the non-slow governed scientific-validation reruns.make test-scientific-validation-slowKeeps the longer FASTA-to-tree reruns separate so they do not slow every local engine check.
The repository-owned make targets already route outputs into artifacts/ by
default.