Local computer
Run privately on your machine. Your data never leaves your environment.
- No internet required
- Zero configuration
- Perfect for sensitive projects
- Works offline
$ goodomics report ./results --local Cohort-aware QC for omics pipelines
Goodomics is a free, open source project for turning bioinformatics pipeline outputs into interactive reports with cohort comparisons, thresholds, outlier detection, and versioned QC context.
Run privately on your machine. Your data never leaves your environment.
$ goodomics report ./results --local Plug Goodomics into the workflows and infrastructure you already use.
$ goodomics report ./results --cli Self-host Goodomics and keep full control of your data and run history.
$ goodomics server start --db postgres://... Auto-discover metrics from 100+ tools.
Benchmark every run against the right context.
Apply thresholds and review what matters.
Versioned reports you can share and cite.
Features
Point Goodomics at pipeline outputs, MultiQC files, traces, logs, and custom metric tables. No account or database required for the first report.
Add a local or team database to compare new runs with trusted cohorts, assay baselines, pipeline versions, and batches.
Turn notebook-era QC knowledge into reusable warning and failure rules that can move with your pipeline.
Record which report template, cohort, and QC policy were active, so a decision still makes sense later.
Bring assay-specific metrics, internal scores, and evolving R&D checks without building a custom web app.
Run locally, inside Docker, or on your own server. The project should work before there is any hosted service around it.
Example workflow
Scanner mode gets adoption. Database-backed cohorts, thresholds, and report versions create durable QC decisions your team can reproduce later.
goodomics report ./results --out report.html goodomics ingest ./results \
--project rnaseq-core \
--report rnaseq-qc@v3 \
--cohort production-rnaseq-hg38@2026-05 Goodomics is intended to stay free and open source. I am exploring paid hosting options with extra functionality for teams that want operated infrastructure, collaboration features, and less setup. If that sounds useful, reach out.
Reach out