Skip to content

SynapticFour/HELIOS

HELIOS

 _   _ _____ _     ___ ___  ____
| | | | ____| |   |_ _/ _ \/ ___|
| |_| |  _| | |    | | | | \___ \
|  _  | |___| |___ | | |_| |___) |
|_| |_|_____|_____|___\___/|____/

Genomics Pipeline Audit & Validation Framework for signed, reproducible compliance evidence.

PyPI Python License CI

Why HELIOS?

Clinical genomics labs need reproducible, machine-verifiable audit trails:

  • ISO 15189:2022: evidence for software validation, traceability, and reporting.
  • GA4GH standards: operational alignment with interoperable genomics ecosystems.
  • EU AI Act: technical documentation and data governance artifacts (Articles 10/11).

HELIOS wraps pipeline execution, captures immutable run context, performs compliance checks, and exports signed reports.

Install

pip install helios-audit

5-minute Quickstart (Nextflow)

helios init
helios key generate
helios run --pipeline nextflow --work-dir ./work --output-dir ./results
helios status
helios report --run-id <run-id> --format json

Documentation

See docs/index.md.

CI, Security, and Governance

Compliance Coverage

Standard Coverage
ISO 15189:2022 Validation traceability, software controls, reportability
GA4GH Reference integrity, transcript evidence, crypt4gh outputs
EU AI Act Art. 10/11 Data lineage, technical documentation exports

Architecture

CLI (Typer)
   |
   +-- Integrations (Nextflow / Snakemake)
   |
   +-- Checks (reference, container pinning, MANE, VUS, crypt4gh)
   |
   +-- Core (audit model, signer, hasher, storage)
   |
   +-- Export (JSON / PDF / RO-Crate)
   |
   +-- Dashboard API (FastAPI)

Contributing

Contributions are welcome. See CONTRIBUTING.md.

License

Apache 2.0. See LICENSE.

Important Notice

HELIOS provides technical quality and compliance evidence support. It is not, by itself, a certification decision, legal determination, or regulatory approval.

About

Genomics Pipeline Audit & Validation Framework — signed audit trails, compliance checks, RO-Crate/PDF export

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors