The SeqDesk pipeline roadmap
SeqDesk runs analysis pipelines on a sequencing facility’s own server. This page is an honest look at the shelf: what runs today, what we add next and why, and the low-effort work that makes existing results more useful. It is framed as where we are and what’s next — not a finished platform. Scroll, and each part builds one step at a time.
Today the shelf holds 7 pipelines at three different stages. The honest way to read a roadmap is to see the whole shelf first — including the parts that aren’t finished — and only then talk about what moves next.
magkraken2-brackenmultiqcnanoplottaxprofilerampliseqbacassSeven workflows, one shelf — not all at the same stage, and the post won’t pretend they are.
Seven workflows, one shelf
What you can actually run
One is production-grade
mag pipeline is marked available. It assembles, bins, and evaluates metagenomes in one workflow — contigs, genome bins, bin-quality metrics, taxonomy, a MultiQC report. It is the anchor everything else is measured against.Grouped by the job, not the tool
Honest labels
taxprofiler, ampliseq, bacass — have names and outputs defined, but no runnable code in the app yet. We keep them dim. The rest of the post is about turning that column gold.So why does the planned column move at all? Because in SeqDesk, adding a pipeline is the cheap part. The expensive part is making what comes out of it useful.
A pipeline is a declaration
The sample already knows its fields
The data never leaves the building
So the cost isn't wiring
With that in mind, here are the three planned pipelines — in the order we intend to build them, each with the one number that argues for it.
- 1Bacterial assembly
bacassReads pile up; assemblies don't. The archive holds 42.7M read sets but only 5.1M assemblies.12 / 100assemblies per 100 read sets in ENA - 2Multi-tool taxonomic profiling
taxprofilerEffort concentrates on a few pathogens; a second classifier lets a facility cross-check the call.36,565E. coli genomes — 15.4% of the top-50 cohort - 3Amplicon analysis
ampliseq16S/18S/ITS is a whole domain the metagenomics-heavy shelf doesn't serve yet.0 of 7current pipelines handle amplicon
Bacterial assembly first
Then multi-tool profiling
Then amplicon
Why this order
Beta is the on-ramp
New pipelines are the visible part of a roadmap. The higher-return work is quieter: making the outputs we already produce easier to read, link, and trust. None of it needs a new workflow.
- Fill in the metadata you already collected56%
- Make every report previewable in place2 of 4
- Link every result to the data behind it30%
- Carry QC forward instead of re-running it1 report
Fill in the metadata you already collected
Make every report previewable in place
Link every result to the data behind it
Carry QC forward instead of re-running it
Why fruit beats features
All of it points at one position. A pipeline runner is useful; a tool that takes a sample from intake, through analysis, to a citable accession — without the data ever leaving — is rare.
Pipelines are one third of the job
One tool does all three
The deluge is the reason to integrate
Where we are, and what's next
That is the whole point of doing this inside one application. You can browse the pipeline store, read how pipelines run inside SeqDesk, or see how a result climbs the wire to ENA.
Sources. The pipeline shelf and its statuses are read directly from this site’s pipeline store data, which mirrors the live store in the main SeqDesk app; the production MAG workflow lives in the metaxpath repository. The “why” numbers come from the /data analyses on this site: assembly rate, taxon popularity, metadata completeness, open data, and the ENA doubling. The integration counts (8 / 5 / 4 across 19 tools, 1 doing all three) are from Comparing tools for sequencing facilities. Shelf counts are derived in code from the store data, not hand-entered, so they can’t drift from what the site lists.