Overview
Seqera Platform provides version-controlled, access-controlled, reproducible execution of Nextflow pipelines.
When you add a pipeline to Seqera, you define:
- The pipeline Git repository and revision (branch, tag, or commit)
- Compute environment for execution
- Pipeline parameters and configuration profiles
- (Optional) Labels, resource labels, and secrets
- (Optional) Pre-run and post-run bash scripts that execute in your compute environment
Manage pipelines
Key features
Pipeline revision management
Workflow repositories change over time as code is updated. Seqera provides revision management features, such as commit ID pinning to ensure reproducible execution by locking pipelines to specific Git commits, and Pull latest controls to instruct Nextflow to fetch the most recent commit at execution time.