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
Install Nextflow
Nextflow requires Java 11 or later. Install with this command:
curl -s https://get.nextflow.io | bash
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!
Create a Free Seqera Platform Account
Sign up at cloud.seqera.io using the same email you'll use for the raffle.
Authenticate with Seqera Platform
Run this command, follow the browser prompts, and select Yes when asked to enable workflow monitoring:
nextflow auth login
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.
Add the Pipeline
Go to Launchpad, click Add pipeline, and enter:
https://github.com/seqeralabs/nf-raffle
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.