BioFlow
Deterministic workflow OS for life-science pipelines
A deterministic workflow OS for life-science pipelines. BioFlow produces content-addressed artifacts and cryptographic audit trails so teams can model, verify, and share results with confidence.
Built for bioinformatics and platform teams who need reproducible runs, audit-grade evidence, and safe hand-offs between local CLI and hosted workspaces.
Built for teams that require proof
BioFlow replaces “trust the run” with “verify the run.” Every artifact is hashed, every manifest is canonical, and every audit log is chained.
- Turn messy inputs into content-addressed, verifiable artifact bundles.
- Canonical JSON hashing ensures manifests are stable across runs and environments.
- Every run produces an audit chain linking inputs, containers, parameters, and outputs.
- Third parties can verify integrity without accessing your raw data.
- Share runs across a team without losing verifiability or creating shadow copies.
- Hosted boundary enforces tenant isolation, CORS allowlists, and rate limits.
Part of the Omnis platform
BioFlow runs on the same deterministic rail as BioCost and BioAudit. Cost visibility and audit readiness are first-class artifacts.
Use cases
Built for teams where reproducibility, auditability, and safe collaboration are non-negotiable.
Ship audit trails and deterministic bundles alongside every pipeline run for compliance review.
Embed BioFlow into internal platforms so teams can share workflows without losing traceability.
Run life-science pipelines with content-addressed artifacts and regression gates.
Developer corner
BioFlow exposes both a local CLI and a web-operable API. Start with signup and onboarding, then operate runs, settings, and telemetry from the console or your own client.
POST /api/bioflow/proxy
{
"action": "submit_run",
"inputs_sha256": "sha256:7f8a...",
"pipeline": "wgs30"
}