For the complete documentation index, see llms.txt. This page is also available as Markdown.
Tutorial

Pilus

Python toolbox for working with BactoBox® data files on your computer

Pilus is an open-source Python package that turns your BactoBox® data files into something you can load, analyze, and plot. It reads the binary formats your BactoBox® produces — BDR file and IQS file — and converts them to friendlier formats such as summary.csv.

Advanced feature 🧩

This is an advanced feature. We only support advanced features through a custom solution. Contact SBT for details.

Install

Pilus uses uv to manage dependencies. Once you have uv, install Pilus and its dependencies:

uv sync --all-extras

Convert a BDR file to CSV

uv run pilus convert measure-bb2221028-A02.bdr measure-bb2221028-A02.csv

Find the source code, full instructions, and more examples on GitHub. Pilus is released under the MIT License.

Last updated

Was this helpful?