Continuous validation · Clinical bioinformatics

Know whether your pipeline is still validated after every change.

Aver benchmarks your clinical pipeline against public reference materials, detects when a change moves the numbers, and produces signed evidence your inspector can verify.

No patient dataValidation runs on NIST Genome in a Bottle reference materials only.
Read-onlyConnects to your repository or registry without write access.
Rule-based severityEvery flag traces to a rule you can read and defend.

Live product demo

app.aver.bio / northfield-mdl Live product, sample laboratory
Click a node on the performance line to open that change. Press Ctrl K inside the demo to search pipelines and drift. Switch role under the user's name to see what each role can approve.
Drift

Your pipeline changes even when nobody touches it.

Registries rebuild images, a colleague bumps a tool, an annotation cache updates. Any of these can move variant calls. Manual revalidation happens in batches, so the gap stays invisible until an inspection finds it. Aver records every change as it happens, with its measured effect.

DetectedWhat changedSeverityMeasured impact
Day 1
bwa-mem2 container rebuilt upstream
Digest changed; every tool version inside identical
DocumentationNot re-run
Day 14
samtools 1.21 → 1.22
Minor version bump; benchmark re-run automatically
Review requiredSNV recall ±0.00 pp
Day 29
GATK 4.5.0.0 → 4.6.0.0
SNV recall fell beyond the −0.5 pp threshold
Revalidation requiredSNV recall −0.87 pp
Day 41
multiqc pinned to :latest
Mutable tag in a pipeline marked clinical
CriticalApprovers alerted
How it works

Five steps, then it runs in the background.

Revalidation stops being a project you schedule and becomes a record that keeps itself current.

  1. 01

    Connect

    Read-only access to your Nextflow, Snakemake or WDL repository, or a container and parameter file.

  2. 02

    Fingerprint

    Every tool, version, container digest, parameter, genome build and annotation release, resolved and hashed.

  3. 03

    Benchmark

    Run against GIAB reference materials and compare with hap.py and vcfeval. Precision, recall and F-measure per variant class.

  4. 04

    Watch drift

    When anything changes, Aver re-runs the benchmark and measures the effect against your approved baseline.

  5. 05

    Evidence pack

    A timestamped, signed report mapped to checklist requirements, ready for your quality system.

Severity

Severity comes from rules you can read.

No model decides whether a change matters. Each flag comes from an explicit, versioned rule, so the reasoning holds up when someone asks why.

Informational
For exampleDocumentation or README edits only
What happensRecorded in the change log.
Documentation
For exampleContainer rebuilt with identical tool versions
What happensNoted in the next evidence pack.
Review required
For exampleMinor tool update, parameter outside the safe list
What happensBenchmark re-runs automatically; a person reviews the deltas.
Revalidation required
For exampleSNV recall falls more than 0.5 pp; reference genome changes
What happensBaseline blocked until revalidated, or waived with a written justification.
Critical
For exampleAn unpinned dependency in a clinical pipeline
What happensEvery Approver is alerted immediately.
Evidence

Evidence an inspector can check, not just read.

Designed for laboratories working under CAP, CLIA, ISO 15189 or IVDR expectations. Aver generates the record; your laboratory makes the decisions.

  • DeterministicRegenerating the same period produces a byte-identical document.
  • Signed with re-authenticationIdentity, role, meaning and time are bound to one exact version.
  • Hash-chained audit historyEvery baseline, change and approval carries the hash of the entry before it. Any edit breaks the chain.
  • Verifiable by anyoneVerify recomputes the document from the underlying records and confirms the hashes match.
Aver
Validation evidence pack
germline-panel-v3 / Baseline v24.8
29 Aug 2026 to 22 Sep 2026

Change impact summary

ChangeImpactDisposition
samtools 1.21 → 1.22±0.00 ppAcknowledged
bwa-mem2 digest rebuiltNot re-runRecorded
Scheduled verification+0.01 ppWithin baseline
Reviewed: O. Siddiqui. Approved: A. Khan (TOTP) sha256:3a667de0f…
Fit

Sits beside your lab stack, not in place of it.

Keep your workflow engine, LIMS and quality system. Aver adds the validation layer between them.

No patient data, ever

There is no field anywhere for a patient identifier, clinical sample or annotation. Benchmarks use public reference materials.

Runs where your data lives

The lab Runner executes inside your environment with Docker or Apptainer, connects outbound on port 443, and returns metrics and metadata only.

Works with the engines you use

Dependency resolution for the major workflow managers, or register a container and parameters manually.

NextflowSnakemakeWDLcontainers

Your record stays yours

Evidence packs and audit history remain downloadable even if you cancel. They are your regulatory record.

Who it is for

Built for teams that must prove their analysis is right.

Clinical genomics labs

Laboratories operating under CLIA, CAP or ISO 15189, running NGS pipelines that need revalidation on every change.

IVD and diagnostics

Teams pursuing or maintaining IVDR conformity, where the pipeline is regulated as medical device software.

Pharma and CRO informatics

Computational workflows operating under GxP expectations for qualification and change control.

Research bioinformatics

Groups who want reproducibility evidence and benchmark tracking without a regulatory obligation.

Pricing

See a real number before you pay anything.

Start on the free CLI. Move to the platform when you need continuous monitoring and evidence on demand.

Open source CLI

Free

For evaluating Aver, research work, or trying it before involving anyone else.

  • Local benchmarking and reports
  • Dependency fingerprinting
  • Snapshot diff
Install the CLI
Most popular

Lab

From $500 / month

For laboratories running accredited clinical testing that need evidence on demand.

  • Everything in the CLI
  • Continuous monitoring, drift detection and alerts
  • Hosted history and evidence packs
  • Up to three pipelines
Book a demo→

Enterprise

From $2,000 / month

For teams under IVDR or GxP, or with signature workflows inside a quality system.

  • Everything in Lab
  • Unlimited pipelines
  • Electronic signatures and checklist mapping
  • Audit log export, SSO, priority support
Talk to us

Annual billing is available and is the norm for laboratory procurement. Purchase orders are supported on Enterprise.

Quick start

Run your first benchmark locally.

Fully local. No account, and no network calls beyond downloading reference data. Push results to the platform later if you want continuous monitoring.

# install and run locally
pip install aver-cli
cd /path/to/your/pipeline
aver init
aver resolve
aver benchmark --sample HG002 --build GRCh38