fragmentum

For PIs, clinicians, and bioinformaticians

Run reproducible analysis
by describing it.

Ask for an analysis in plain language. An AI agent picks the right reproducible tool, shows you the pipeline, and runs it so the result repeats. For research and decision support, not a medical device.

Rare disease

“From a patient’s symptoms and exome, shortlist the likely diagnosis.”

An ever-growing catalog: pick a field or watch them cycle. New solutions land with every release.

The agent in action

Watch an agent compose a pipeline

A recorded agent searches the catalogs, inspects a solution, and outlines a reproducible pipeline. Open the playground to run one live against your own backend.

checking

Hit play to watch the agent search the catalogs, inspect a solution, and compose a pipeline. Open the playground to run an agent live against your backend.

This hosted demo can install and run tools, so you can try the full workflow. A local install ships read-only by default (search, inspect, plan, validate); you enable install, run, and deploy yourself, and the agent asks before each. Tools always run on the server that hosts them, never a hidden cloud.

Under the hood: the Album model

fragmentum is built on Album, an open framework for packaged, versioned analysis tools. Four ideas explain the whole model, and each step an agent takes maps to one of them.

  1. 01

    Catalog

    A versioned index of ready-made solutions, like a package registry.

    album_list_catalogs · album_search_solutions
  2. 02

    Solution

    A self-contained tool with declared inputs, outputs, and citations.

    album_get_solution_info
  3. 03

    Isolated environment

    A pinned conda environment, built with micromamba, so runs don't drift.

    conda-forge · micromamba
  4. 04

    Coordinates

    A catalog:group:name:version address. The same coordinates rebuild the same environment and give the same result.

    group:name:version

Composing a pipeline

A pipeline chains solutions: each step's output feeds the next.

ngs-qc:fastp-preprocess raw reads (FASTQ) → cleaned reads
read-alignment:align-short-reads cleaned reads → aligned BAM
variant-calling:call-variants-bcftools aligned BAM → variants (VCF)

Data and compute

Where your inputs go and where the work happens — it differs between the hosted playground and a self-hosted install, so both are spelled out plainly for you to judge against your own data-handling rules.

On the hosted playground

Self-hosted on your own hardware

Research use only. fragmentum helps you discover and compose analysis software. It supports expert work and is not a medical device. It does not provide a diagnosis or any clinical recommendation. Every result depends on the underlying solutions and their inputs, and must be reviewed and confirmed by qualified people using independent evidence before it informs any decision about a person's care.