Enter the nf-raffle

Quick Start

Have Nextflow installed? Run this command to enter:

nextflow run seqeralabs/nf-raffle --email YOUR_EMAIL

How to Enter from the Command Line

1

Install Nextflow

Nextflow requires Java 11 or later. Install with this command:

curl -s https://get.nextflow.io | bash
2

Run the Pipeline

Enter the raffle by running (replace with your email):

nextflow run seqeralabs/nf-raffle --email your.email@example.com

Bonus Ticket: Connect to Seqera Platform

A Seqera Platform account isn't required, but connecting your run earns you an extra raffle ticket!

1

Create a Free Seqera Platform Account

Sign up at cloud.seqera.io using the same email you'll use for the raffle.

2

Authenticate with Seqera Platform

Run this command, follow the browser prompts, and select Yes when asked to enable workflow monitoring:

nextflow auth login
3

Run the Pipeline

Your runs are now automatically monitored by Seqera Platform:

nextflow run seqeralabs/nf-raffle --email your.email@example.com

How to Enter from Seqera Platform

Already have Seqera Platform configured with a compute environment? Launch directly from the web interface.

1

Add the Pipeline

Go to Launchpad, click Add pipeline, and enter:

https://github.com/seqeralabs/nf-raffle
2

Launch

Select a compute environment, enter your email in the email parameter field, and click Launch.

Note: This requires a compute environment to be configured in your workspace to run the pipeline.

Privacy Notice

By participating, you agree to Seqera's Privacy Policy. We only use your information for raffle purposes.