Seqera Compute
Seqera Compute enables you to run pipelines and studio sessions in Seqera Cloud in a fully managed and optimized AWS environment. Seqera automatically provisions and manages all the underlying resources, including AWS accounts, credentials, roles, AWS Batch compute environments, and S3 storage buckets, requiring minimal user configuration. Using prepaid credits enables control and visibility of the compute spend in each of your organization's workspaces.
Manage Seqera Compute credits
Seqera Compute environments consume credits when running pipelines or studio sessions.
View your Seqera Compute credit balance and spend under both the organization and workspace Settings tabs. Workspace settings show the credits spent in that workspace, whereas organization settings show the total credits spent in all workspaces in that organization.
Select Contact us to upgrade to purchase additional credits for your organization.
Create a Seqera Compute environment
- In a workspace with Seqera Compute enabled, select Compute environments > New environment.
- Enter a descriptive name for this environment, such as Seqera Compute 1 (eu-west-1).
- Under Platform, select Seqera Compute.
- Select a target execution Region.
info
If your data resides in existing S3 object storage, select the same, or nearest, region to your data to minimize cross-region ingress/egress costs.
- Configure any advanced options described in the next section, as needed.
- 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.
See Launch pipelines to start executing workflows in your Seqera Compute environment.
Advanced options (optional)
- Enter a relative Pipeline work directory path to be appended to the S3 storage bucket Seqera creates for this compute environment.
- Enter pre- or post-run Bash scripts that execute before or after the Nextflow pipeline execution in your environment.
- Enter Global Nextflow configuration settings for all pipeline runs launched with this environment. Values defined here are pre-filled in the Nextflow config file field in the pipeline launch form. These values can be overridden at pipeline launch.
info
Configuration settings in this field override the same values in the pipeline repository
nextflow.config
file. See Nextflow config file for more information on configuration priority. - Specify custom Environment variables for the Head job and/or Compute jobs.