Skip to content

Create, execute, and introspect reproducible composite simulations of dynamic biological systems.

License

Notifications You must be signed in to change notification settings

biosimulators/bio-compose

Repository files navigation

Open In Colab GitHub CI GitHub CD Documentation

BioCompose: Create, execute, and introspect reproducible composite simulations of dynamic biological systems.

This service utilizes separate containers for REST API management, job processing, and datastorage with MongoDB, ensuring scalable and robust performance.

Documentation:

The complete BioCompose documentation can be found here: https://bio-compose.readthedocs.io/en/latest/index.html

Getting Started:

HIGH-LEVEL bio_compose API:

The primary method of user-facing interaction for this service is done through the use of a high-level "notebook" api called bio_check. A convenient notebook demonstrating the functionality of this service is hosted on Google Colab and can be accessed by clicking the above "Open In Colab" badge.

Installation of this tooling can be performed using PyPI as such:

pip install bio-compose

Alternatively, the REST API can be accessed via Swagger UI here: https://biochecknet.biosimulations.org/docs

Smoldyn to Simularium conversion:

A convienient template notebook for converting the outputs of Smoldyn simulations to Simularium trajectories can be found here.