Getting Started

Learn how dxflow Hub works and how to deploy workflows

The dxflow Hub is a curated catalog of production-ready workflows for scientific computing, data science, and engineering. Each workflow is a dxflow workflow definition that runs on Docker, Podman, Singularity, or Apptainer through dxflow's unified CLI, API, and web console.

Deploy any workflow by its hub name — hub://<name> pulls the definition from this catalog:

dxflow workflow create --identity <workflow-name> hub://<name>
dxflow workflow start <workflow-name>
dxflow workflow logs --live <workflow-name>

To understand how workflows are structured, deployed, and managed, see How it works. To browse what's available, head to a category — genomics, molecular, structural, analytics, simulation, visualization, development, desktop, or infrastructure.