Seqera Platform Enterprise version 25.3 introduces a series of new features and enhancements, including custom user roles, Studios integration with Git providers, and pipeline versioning.
Feature updates and improvements
Custom roles and fine-grained authorization (RBAC)
- Added support for custom roles with fine-grained permissions, to define specific access controls beyond the predefined Owner, Admin, Maintain, Launch, View, and Connect roles.
Studios
- Updated the Add Studio page to a single-step form.
- Added support for Azure single VM compute environments.
- Added support for loading Studio configuration from private and public Git repositories.
- Added ability to clone content from a Git repository to a Studio at startup time.
- Added ability to create Studios from Docker images, built from a repository Dockerfile using Wave.
- Added ability to stop a Studio session that is stuck starting without needing AWS console access.
- Added Save as data link action when mounting data to a Studio.
- Added support for custom environment variables to Studio configuration.
Pipelines
Datasets
- Refactored datasets list and detail views with additional metadata and improved version control.
- Added ability to dynamically show/hide datasets for all users in the workspace. Hidden datasets do not consume workspace quota.
- Removed dataset quota limits.
- Added ability to sort dataset list by name, recently updated, and recently used.
- Added support for labels.
- Enhanced filtering of all dataset attributes (visibility, label, username,
createdAfter, createdBefore, updatedAfter, updatedBefore, usedAfter, usedBefore).
- Added one-click view of all pipeline runs using a specific dataset, adding direct traceability between datasets and workflow runs.
Data Explorer
- Added support for S3-compatible object storage providers. To use additional object storage providers, update the unprivileged CSP policy.
- Added support for LakeFS Cloud in Data Explorer by enabling image preview and file upload functionality when using LakeFS Cloud as an S3-compatible storage provider.
- Added CSP config for OCI Object Storage, Cloudflare R2, and LakeFS Cloud.
Compute
- Configured Nextflow to automatically terminate unschedulable jobs on AWS Batch compute environments by setting
aws.batch.terminateUnschedulableJobs to true by default. This prevents jobs that cannot be scheduled (due to invalid resource requests or configuration errors) from indefinitely blocking the job queue.
- Implemented safeguards to prevent unschedulable jobs from blocking other jobs in the queue. When jobs cannot be scheduled due to resource constraints or configuration errors, they are handled separately to ensure other valid jobs can proceed.
- Added the AWS
g6e instance family (NVIDIA L40S GPUs) to the NVMe disk support list, enabling high-performance instance storage for GPU-accelerated workloads.
- Added
f2.6xlarge, f2.12xlarge, f2.48xlarge instance types.
- Extended Google Cloud config with selectable Advanced options -
machineType, image, armEnabled.
Nextflow launcher image