polybee

Tools

The tools/ directory contains scripts for turning PolyBee’s raw CSV/log output into aggregated data and plots. Most are standalone Python scripts — run <script> --help for the full option list; only a summary of purpose and basic usage is given here. A few are documented in detail in ANALYSIS_WORKFLOW.md rather than repeated here.

Batch experiments and end-to-end analysis

These are the scripts used to run and analyse a full set of replicate evolve-mode experiments; see ANALYSIS_WORKFLOW.md for the full pipeline, output directory layout, and worked examples.

Extracting data from run logs

Flowmap and heatmap generation

Visualisation

All of these require matplotlib/numpy (pip install matplotlib numpy, or the Ubuntu/Debian python3-matplotlib/python3-numpy packages).

General-purpose plotting and stats

Development utility