Launch pipelines
From the Launchpad in every workspace, you can create and share Nextflow pipelines that run on any supported infrastructure, including all public clouds and most HPC schedulers. A Launchpad pipeline consists of a preconfigured workflow Git repository, compute environment, and launch parameters. This tutorial walks you through launching the nf-core/rnaseq pipeline.
You need the following:
- An organization and workspace. See Set up an organization and workspace.
- A workspace compute environment for your cloud or HPC compute infrastructure.
- A pipeline added to your workspace.
- Pipeline input data added to your workspace.
Launch a pipeline
Navigate to the Launchpad and select Launch next to your pipeline to open the launch form.
The launch form consists of General config, Run parameters, and Advanced options sections to specify your run parameters before execution, and an execution summary. Use section headings or select the Previous and Next buttons at the bottom of the page to navigate between sections.
Nextflow parameter schema
The launch form configures the pipeline run. Platform renders the pipeline parameters in this form from a pipeline schema file in the root of the pipeline Git repository. nextflow_schema.json is a JSON-based schema that describes pipeline parameters. Pipeline developers use it to adapt their in-house Nextflow pipelines to run in Platform.
See Best Practices for Deploying Pipelines with the Seqera Platform to learn how to build the parameter schema for any Nextflow pipeline automatically with tooling maintained by the nf-core community.