Domain Packs
Domain-specific BioModules are distributed separately from the core Biosimulant runtime.
What lives in the core repo
The local Biosimulant checkout focuses on the runtime:
BioWorldBioModuleWiringBuilder- packaging and manifests
- SimUI
- small runtime demos under
examples
It does not bundle a full neuroscience or ecology pack in this repository.
Where domain packs live
For domain-specific assets such as ecology, neuroscience, or hybrid ONNX examples, use the public companion repositories listed from the Biosimulant models organization. The checked-in examples README points to:
Those repositories contain the actual model and lab assets, packaging examples, and domain-oriented demos.
How to approach them
- Use
pip install biosimulantfor the runtime and local Python examples. - Clone or install the companion domain package you want to work with.
- Follow that package’s own import paths and README examples.
- Use
biosimulant labs packageorbiosimulant labs release ...when you want to package or upload a lab into Biosimulant.
Public guidance
Because domain packages can evolve independently, this documentation does not freeze a synthetic biosim.packs.* API that may not exist in your installed package. Follow the import path and examples published by the package you actually installed.