Skip to Content
Overview

SeqDesk Documentation

Open Source Docs

Complete documentation for deploying, configuring, and operating SeqDesk — from installation to ENA submission.

Guided installer
curl -fsSLo /tmp/seqdesk-install.sh https://seqdesk.org/install.sh && bash /tmp/seqdesk-install.sh --interactive --dir "$HOME/seqdesk"

Downloading the installer first keeps the guided prompts and avoids a global npm install. You do not need to set up a database: SeqDesk reuses a local PostgreSQL you already own, or creates its own socket-only cluster under ~/.seqdesk/postgres (override with SEQDESK_PG_HOME) and starts it from the install directory's start.sh. Fresh installs set up the core application only; add --with-pipelines when the host should also provision Conda and Nextflow.

SeqDesk is open source and self-hosted by default. Keep full ownership of your data and infrastructure.

Getting Started