Explore Platform Cloud
This demo tutorial provides an introduction to Seqera Platform, including instructions to:
- Launch, monitor, and optimize the nf-core/rnaseq pipeline
- Select pipeline input data with Data Explorer and Platform datasets
- Perform tertiary analysis of pipeline results with Data Studios
The Platform Community Showcase is a Seqera-managed demonstration workspace with all the resources needed to follow along with this tutorial. All Seqera Cloud users have access to this example workspace by default.
The Launchpad in every Platform workspace allows users to easily create and share Nextflow pipelines that can be executed on any supported infrastructure, including all public clouds and most HPC schedulers. A Launchpad pipeline consists of a pre-configured workflow repository, compute environment, and launch parameters.
The Community Showcase contains 15 preconfigured pipelines, including nf-core/rnaseq, a bioinformatics pipeline used to analyze RNA sequencing data.
The workspace also includes three preconfigured AWS Batch compute environments to run Showcase pipelines, and various Platform datasets and public data sources (accessed via Data Explorer) to use as pipeline input.
To skip this Community Showcase demo and start running pipelines on your own infrastructure:
- Set up an organization workspace.
- Create a workspace compute environment for your cloud or HPC compute infrastructure.
- Add pipelines to your workspace.
Launch the nf-core/rnaseq pipeline
This guide is based on version 3.14.0 of the nf-core/rnaseq pipeline. Launch form parameters may differ in other versions.
Navigate to the Launchpad in the community/showcase
workspace and select Launch next to the nf-core-rnaseq
pipeline to open the launch form.
Nextflow parameter schema
The launch form lets you configure the pipeline execution. The pipeline parameters in this form are rendered from a pipeline schema file in the root of the pipeline Git repository. nextflow_schema.json
is a simple JSON-based schema describing pipeline parameters for pipeline developers to easily adapt their in-house Nextflow pipelines to be executed 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.
Parameter selection
Adjust the following Platform-specific options:
- Workflow run name: A unique identifier for the run, pre-filled with a random name. This can be customized.
- Labels: Assign new or existing labels to the run. For example, a project ID or genome version.
nf-core/rnaseq
requires a set of parameters to run: