Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platform-cloud/cloud-sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"label": "Tutorials",
"collapsed": true,
"items": [
"getting-started/quickstart-demo/comm-showcase",
"quickstart",
"getting-started/rnaseq",
"getting-started/proteinfold",
"getting-started/studios",
Expand Down
1 change: 1 addition & 0 deletions platform-cloud/docs/administration/credit-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ To request more credits:
When your organization or workspace credit balance is exhausted:

1. **Running pipelines paused**: All active pipeline runs and Studio sessions are automatically suspended.
1. **Seqera Compute buckets locked**: Data can no longer be browsed or downloaded from Data Explorer.
1. **New launches blocked**: No new pipeline runs or Studios can be started using Seqera Compute environments.
1. **Resume runs manually**: After purchasing additional credits, manually [resume](../launch/cache-resume.mdx) paused pipelines.

Expand Down
2 changes: 1 addition & 1 deletion platform-cloud/docs/compute-envs/seqera-compute.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Seqera Compute has default workspace limits on compute environments, and organiz
| us-east-2 (Ohio, USA) | eu-central-1 (Frankfurt, Germany) | |
| us-west-1 (Northern California, USA) | eu-west-3 (Paris, France) | |
:::
1. Configure any advanced options described in the next section, as needed.
1. Configure any [advanced options](#advanced-options-optional) described in the next section, as needed.
1. Select **Add** to complete the Seqera Compute environment configuration and return to the compute environments list. It will take a few seconds for the compute environment resources to be created before you are ready to launch pipelines or add studios.

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ In Data Explorer, you can:
![Bucket details](assets/data-explorer-view-details.gif)

- **View bucket contents**:
Select a bucket name from the list to view the bucket contents. The file type, size, and path of objects are displayed in columns next to the object name. For example, view the outputs of your [nf-core/rnaseq](./comm-showcase#launch-the-nf-corernaseq-pipeline) run:
Select a bucket name from the list to view the bucket contents. The file type, size, and path of objects are displayed in columns next to the object name. For example, view the outputs of your [nf-core/rnaseq](../../quickstart.md#nf-corernaseq) run:

![Data Explorer bucket](assets/sp-cloud-data-explorer.gif)

- **Preview files**:
Select a file to open a preview window that includes a **Download** button. For example, view the resultant gene counts of the salmon quantification step of your [nf-core/rnaseq](./comm-showcase#launch-the-nf-corernaseq-pipeline) run:
Select a file to open a preview window that includes a **Download** button. For example, view the resultant gene counts of the salmon quantification step of your [nf-core/rnaseq](../../quickstart.md#nf-corernaseq) run:

![Preview pipeline results](assets/data-explorer-preview-files.gif)

Expand Down
350 changes: 0 additions & 350 deletions platform-cloud/docs/getting-started/quickstart-demo/comm-showcase.md

This file was deleted.

144 changes: 144 additions & 0 deletions platform-cloud/docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
---
title: "Explore Seqera Cloud"
description: "Explore your free workspace resources and launch your first pipelines in Seqera Cloud."
date created: "2025-10-16"
toc_max_heading_level: 4
tags: [pipelines, versioning, nextflow, parameters]
---

When you create a new Seqera Cloud account with a verified work email, Seqera automatically provisions starter resources on your first login. These resources give you everything you need to start running bioinformatics pipelines immediately, including a Seqera compute environment and $100 in free credits to launch pipelines and Studios.

:::note
Generic email domains like Gmail are not eligible for the free resources detailed in this guide.
:::

This guide shows you how to launch your first pipelines with the starter resources provided.

## Your free resources

When you first log in after verifying your email, Seqera automatically creates an organization and workspace for you. You can **Explore Platform** and look around your workspace while starter resources are provisioned in the background, or wait for the setup to complete. Resource provisioning typically takes under a minute. Once setup is complete, you'll see a banner confirming that starter resources are ready for you to start launching pipelines.

Seqera provisions four types of resources to get you started:
- A [Seqera Compute environment](./compute-envs/seqera-compute.md) with $100 in free credits
- [Credentials](./credentials/overview.md) used by your compute environment to create and manage cloud resources on your behalf
- A cloud storage bucket in [Data Explorer](./data/data-explorer.md)
- Pre-configured nf-core pipelines, ready to launch

### Seqera Compute environment

Your organization workspace includes a pre-configured [Seqera Compute](https://docs.seqera.io/platform-cloud/compute-envs/seqera-compute) environment that requires no cloud account setup or configuration. This environment includes $100 in free credits that can be used to run pipelines or Studios.

Credits are consumed based on the computational resources your pipeline runs and Studio session use, calculated from CPU-hours, GB-hours, and network and storage costs. You can monitor your credit balance in the **Usage overview** dropdown in the top navigation bar, or view detailed usage in your organization or workspace **Settings** tab.

See [Credit management](./administration/credit-management) for more information on monitoring usage and requesting additional credits.

### Data Explorer

Your workspace includes an automatically provisioned cloud storage bucket in [Data Explorer](https://docs.seqera.io/platform-cloud/data/data-explorer), linked to your Seqera Compute environment. This bucket provides storage for pipeline outputs, intermediate files, and any data you want to browse or manage through the Seqera interface. Your organization includes 25 GB of free cloud storage.

:::tip
After completing pipeline test runs, delete working directory files and other data you no longer need to manage your cloud storage optimally.
:::

### Launchpad

Your workspace Launchpad includes six pre-configured [nf-core](https://nf-co.re) pipelines, all set up with a `test` profile so you can launch them immediately with test data.

#### nextflow-io/hello

Nextflow's [Hello World](https://github.com/nextflow-io/hello) — a simple example pipeline that demonstrates basic Nextflow functionality. This pipeline is ideal for verifying that your compute setup is working correctly and for understanding how pipeline execution works in Seqera.

**To launch this pipeline**:

1. From the **Launchpad** in the left navigation menu, select **Launch** next to the **nextflow-io/hello** pipeline.
1. While this pipeline requires no inputs to run, you can optionally explore the parameters in the launch form. For example, note the **Work directory** is pre-populated with your compute environment work directory path.
1. Select **Launch**.

#### nf-core/demultiplex

The [nf-core/demultiplex](https://nf-co.re/demultiplex) pipeline separates pooled sequencing reads into individual samples based on barcode sequences. It supports Illumina sequencing data and can handle both single and dual indexing strategies.

**Use case**: Sequencing facilities often pool multiple samples into a single sequencing run to reduce costs. This pipeline is used to separate the pooled data back into individual sample files based on the unique barcode assigned to each sample during library preparation.

**To launch this pipeline**:

1. From the **Launchpad** in the left navigation menu, select **Launch** next to the **nf-core/demultiplex** pipeline.
1. From the **General config** tab, scroll down and copy your **Work directory** path. You can optionally enter a custom **Workflow run name** or create and add **Labels** to the run.
1. From the **Run parameters** tab, scroll to the **outdir** field and paste your work directory path. It is recommended to add `/demultiplex/outdir` to the end, to keep your cloud storage organized.
1. If the **input** field is not automatically populated, fetch and paste the example samplesheet URL from the [nf-core/demultiplex documentation](https://nf-co.re/demultiplex/latest/docs/usage#example-pipeline-samplesheet).
1. Select **Launch**.

#### nf-core/molkart

The [nf-core/molkart](https://nf-co.re/molkart) pipeline performs spatial analysis of highly multiplexed tissue imaging data. It processes images from technologies like CODEX, CycIF, or IMC to segment cells, quantify marker expression, and analyze spatial relationships between cells.

This pipeline is used in spatial biology and pathology research to understand how different cell types are organized in tissue and how they interact. For example, researchers studying tumor immunology use it to map where immune cells are located relative to cancer cells and analyze their spatial relationships.

**To launch this pipeline**:

1. From the **Launchpad** in the left navigation menu, select **Launch** next to the **nf-core/molkart** pipeline.
1. From the **General config** tab, scroll down and copy your **Work directory** path. You can also optionally enter a custom **Workflow run name** or create and add **Labels** to the run.
1. From the **Run parameters** tab, scroll to the **outdir** field and paste your work directory path. It is recommended to add `/molkart/outdir` to the end, to keep your cloud storage organized.
1. If the **input** field is not automatically populated, fetch and paste the example samplesheet URL from the [nf-core/molkart documentation](https://nf-co.re/molkart/latest/docs/usage#full-samplesheet).
1. Select **Launch**.

#### nf-core/rnaseq

RNA-seq is one of the most common applications in genomics research. Scientists use this pipeline to measure gene expression levels across different conditions, time points, or tissues. For example, researchers studying disease mechanisms might compare gene expression between healthy and diseased tissue to identify which genes are turned on or off.

The [nf-core/rnaseq](https://nf-co.re/rnaseq) pipeline performs RNA sequencing analysis, from raw reads to gene expression quantification. It includes quality control, read alignment, transcript quantification, and quality metrics reporting.

**To launch this pipeline**:

1. From the **Launchpad** in the left navigation menu, select **Launch** next to the **nf-core/rnaseq** pipeline.
1. From the **General config** tab, scroll down and copy your **Work directory** path. You can also optionally enter a custom **Workflow run name** or create and add **Labels** to the run.
1. From the **Run parameters** tab, scroll to the **outdir** field and paste your work directory path. It is recommended to add `/rnaseq/outdir` to the end, to keep your cloud storage organized.
1. If the **input** field is not automatically populated, fetch and paste the example samplesheet URL from the [nf-core/rnaseq documentation](https://nf-co.re/rnaseq/latest/docs/usage#full-samplesheet).
1. Select **Launch**.

#### nf-core/sarek

The [nf-core/sarek](https://nf-co.re/sarek) pipeline performs variant calling and annotation from whole genome or targeted sequencing data. It detects germline and somatic variants, including SNVs, indels, and structural variants, and provides comprehensive annotation.

This pipeline is widely used in cancer genomics and rare disease research. Clinical researchers use Sarek to identify disease-causing mutations in patient genomes, while cancer researchers use it to detect somatic mutations in tumor samples and compare them to normal tissue.

**To launch this pipeline**:

1. From the **Launchpad** in the left navigation menu, select **Launch** next to the **nf-core/sarek** pipeline.
1. From the **General config** tab, scroll down and copy your **Work directory** path. You can also optionally enter a custom **Workflow run name** or create and add **Labels** to the run.
1. From the **Run parameters** tab, scroll to the **outdir** field and paste your work directory path. It is recommended to add `/sarek/outdir` to the end, to keep your cloud storage organized.
1. If the **input** field is not automatically populated, fetch and paste the example samplesheet URL from the [nf-core/sarek documentation](https://nf-co.re/sarek/latest/docs/usage#overview-samplesheet-columns).
1. Select **Launch**.

#### nf-core/scrnaseq

The [nf-core/scrnaseq](https://nf-co.re/scrnaseq) pipeline processes single-cell RNA sequencing data. It performs read alignment, cell barcode and UMI quantification, quality control, and generates count matrices for downstream analysis.

Single-cell RNA-seq allows researchers to measure gene expression in individual cells rather than bulk tissue. This pipeline is used to study cellular heterogeneity, identify rare cell populations, and understand how individual cells respond differently to treatments or disease states. For example, immunologists use it to characterize the diverse cell types within the immune system.

**To launch this pipeline**:

1. From the **Launchpad** in the left navigation menu, select **Launch** next to the **nf-core/scrnaseq** pipeline.
1. From the **General config** tab, scroll down and copy your **Work directory** path. You can also optionally enter a custom **Workflow run name** or create and add **Labels** to the run.
1. From the **Run parameters** tab, scroll to the **outdir** field and paste your work directory path. It is recommended to add `/scrnaseq/outdir` to the end, to keep your cloud storage organized.
1. If the **input** field is not automatically populated, fetch and paste the example samplesheet URL from the [nf-core/scrnaseq documentation](https://nf-co.re/scrnaseq/latest/docs/usage#full-samplesheet).
1. Select **Launch**.

### Studios

Seqera Studios provides cloud-based, on-demand development environments for interactive bioinformatics work. Studios are fully integrated with Seqera Platform and offer VS Code or JupyterLab interfaces with access to your pipeline data and compute resources.

While your free workspace does not include an existing Studio, see [Studios for interactive analysis](https://docs.seqera.io/platform-cloud/studios/overview) to learn how to configure and run Studios on your Seqera Compute environment. The guide includes instructions for adding publicly available data to analyze in your Studios.

## Next steps

After launching your first pipelines, you can:
- [Monitor run progress](./monitoring/run-details.mdx)
- [Explore output data](./data/data-explorer.md)

When you're ready to run pipelines and Studios with your own data, you can:
- [Add data](./getting-started/quickstart-demo/add-data.md)
- [Add new pipelines](./getting-started/quickstart-demo/add-pipelines.md)
- [Add participants](./getting-started/workspace-setup.md) to collaborate with your team

Contact the [Seqera community forum](https://community.seqera.io/) or ask [Seqera AI](https://seqera.io/ask-ai/chat-v2) if you encounter any unexpected issues or need assistance.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Tower is available in two deployment editions and can be accessed via web UI, [A

The hosted Cloud edition of Tower is available free of charge at [cloud.tower.nf](https://tower.nf/login) — log in with your GitHub or Google credentials.

Cloud is recommended for users who are new to Tower. It's an ideal choice for individuals and organizations looking to set up quickly. The service is hosted by Seqera. See [Community showcase](https://docs.seqera.io/platform-cloud/getting-started/quickstart-demo/comm-showcase) for instructions to launch your first pipeline. Tower Cloud has a limit of five concurrent workflow runs per user.
Cloud is recommended for users who are new to Tower. It's an ideal choice for individuals and organizations looking to set up quickly. The service is hosted by Seqera. See [Community showcase](https://docs.seqera.io/platform-cloud/quickstart) for instructions to launch your first pipeline. Tower Cloud has a limit of five concurrent workflow runs per user.

![](./_images/starting_tower_nf.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Seqera Platform is available in two deployment editions and can be accessed via

### Seqera Platform Cloud

The hosted Seqera Cloud edition is recommended for users who are new to Seqera. It's an ideal choice for individuals and organizations looking to set up quickly. See [Community Showcase](https://docs.seqera.io/platform-cloud/getting-started/quickstart-demo/comm-showcase) for instructions to launch your first pipeline. Seqera Cloud has a limit of five concurrent workflow runs per user. It's available free of charge at [cloud.tower.nf](https://tower.nf/login).
The hosted Seqera Cloud edition is recommended for users who are new to Seqera. It's an ideal choice for individuals and organizations looking to set up quickly. See [Community Showcase](https://docs.seqera.io/platform-cloud/quickstart) for instructions to launch your first pipeline. Seqera Cloud has a limit of five concurrent workflow runs per user. It's available free of charge at [cloud.tower.nf](https://tower.nf/login).

### Seqera Platform Enterprise

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Seqera Platform is available in two [deployment editions](../getting-started/dep

## Community Showcase

When you first log in to Seqera Platform, you land on the [Community Showcase](https://docs.seqera.io/platform-cloud/getting-started/quickstart-demo/comm-showcase) Launchpad. This is an example workspace provided by Seqera. It's pre-configured with pipelines, compute environments, and credentials to get you running Nextflow pipelines immediately. The pre-built community AWS Batch environments include 100 free hours of compute.
When you first log in to Seqera Platform, you land on the [Community Showcase](https://docs.seqera.io/platform-cloud/quickstart) Launchpad. This is an example workspace provided by Seqera. It's pre-configured with pipelines, compute environments, and credentials to get you running Nextflow pipelines immediately. The pre-built community AWS Batch environments include 100 free hours of compute.

The Community Showcase consists of:

Expand Down
2 changes: 1 addition & 1 deletion src/modules/Homepage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default function Home(): JSX.Element {
</p>
</div>
<Button
to="/platform-cloud/getting-started/quickstart-demo/comm-showcase"
to="/platform-cloud/quickstart"
blue
medium

Expand Down