How pipelines run inside SeqDesk
SeqDesk runs on a sequencing facility’s own server, so the database, the sequencing files and the analysis all stay in-house. This page walks through what happens when you run a pipeline: how SeqDesk fills in the settings from data it already has, runs the workflow on your own machines, and saves the results back so you can download or share them. Scroll, and each part is shown one step at a time.
The same analysis, two ways
What running one pipeline on a sample takes — by hand, and inside SeqDesk.
Where a pipeline run fits
One sample’s path through SeqDesk, from the lab to the public archive.
This page is about the highlighted steps — running a pipeline and saving what it produces. Submitting to ENA is its own story.
The reason SeqDesk’s pipelines feel so connected is simple: the data doesn’t move. Everything a pipeline needs is already in the database next to it, and everything it produces goes back there. Start with that database.
It runs on the facility's own server
Everything is already a row
FASTQ files.Results live here too
Pipelines are visitors
Because a sample already lives in that database, picking it as input means SeqDesk can fill in almost everything a pipeline needs to know.
--kraken2dbhidden from you--gtdbhidden from youA pipeline needs a settings file
But SeqDesk already knows
read record, the platform from the order, the grouping from the study.Even the databases are pre-set
So you type nothing
With the settings ready, SeqDesk starts the workflow — on your own hardware.
Running on the SeqDesk server itself, as a background process.
Start the run
Follow along
Nothing has been saved yet
When the workflow finishes, it has only made files. Turning those files into records the rest of SeqDesk can use is the last step — and SeqDesk does it carefully.
SeqDesk saves the simple results
And the big ones
Some results wait for a check
Now it's yours to use
That’s the whole loop. The data never leaves the facility, the sample’s own records fill in the run, and the results come back to the same place you started — ready to download, submit, or share. The best way to see it is to try it.
Live Demo
Try SeqDesk with sample data
Explore a fully functional workspace pre-loaded with sample sequencing orders, studies, and submissions. Switch between the researcher and facility admin views.
Live demo is best on desktop
The interactive demo requires a larger screen. Open this page on a desktop browser or try the full demo link below.
Open full demoSources. Built from SeqDesk’s pipeline documentation — pipeline scopes, running pipelines, adding pipelines, available pipelines and results. The pipeline names, record fields, samplesheet columns, run stages and writeback rules come from those pages; the per-pipeline result-type labels are the docs’ exact pair for Read Cleaning and modelled from documented behaviour for the rest. The sample id, file paths and run number shown are examples, not real records. For how SeqDesk submits to ENA, see Up the wire.