Skip to main content

Changelog: Seqera Cloud

Seqera Cloud v24.3.0_024e9bb

Breaking changes

  • Restore errorStrategy and maxRetries default Nextflow config for AWS and GCP launches. Platform will not overwrite existing error strategy coded in the pipeline repository.
  • If you want to automatically retry on task failures (e.g., from spot reclamations), you will now need to explicitly set errorStrategy and maxRetries.
  • Automatic spot retries in AWS and GCP need to be actively enabled. Alternatively the generic failure is handled at the Nextflow level.

You can revert to the default setting used in Nextflow prior to 24.10 with the following configuration options:

aws.batch.maxSpotAttempts = 5
google.batch.maxSpotAttempts = 5

Set task.maxRetries to a non-zero value to restore Platform to prior behaviour.

How do I retry Spot failures while making them visible?

There is no mechanism in Nextflow to specifically report Spot retries. However you can set process.maxRetries = 5 to retry all failures (including Spot reclamations) a specified number of times before failure.

Feature updates and improvements

  • Data Studios:
    • Added data studio API endpoints to the OpenAPI spec.
  • New dynamic page title for easy bookmarking.
  • Free tier:
    • New organization types added to allow free tier users to monitor their usage and limits.
  • Restore errorStrategy default Nextflow config for AWS and GCP launches. The Nextflow job now correctly terminates after pipeline completion.
  • Improved error messaging when pipeline info can't be fetched indicates whether the issue is due to a missing resource, or failed authentication due to expired credentials.
  • Azure jobs are now automatically terminated after all tasks are complete.
  • Send only added/updated run parameters when launching a pipeline. This includes all defaults and parameters passed during the launch.
  • Updated list of EC2 families with NVMe disks available.
  • Upgraded to Angular 17
  • Bumped Nextflow launcher to 24.10.3

Bug fixes

  • Allow unsetting schemaName when editing a pipeline.
  • Use preferred_username as fallback email field for OIDC login.
  • Drop the last characters in job definition name, if longer than the prescribed limit.
  • Compute environment creation form allows pre- and post-run scripts to be longer than the accepted value of 1024 characters.
  • Prohibit duplicate Git credentials and tie-break on lastUpdated for existing duplicates. Going forward, preference is given to the credentials updated last in the situation when there are multiple candidates. Additionally a duplicate check is added when creating new credentials, to avoid new duplicate cases.
  • Disabled reset selection on data change in workflow list component.
  • Take into account the alternative mainScript path.

Seqera Cloud v24.2.0_cycle27

Feature updates and improvements

  • Added AWS Forge support for Amazon Linux 2023.
  • Deprecated Google Life Sciences API.
  • Refactored reports file streaming over Agent connections.
  • Bumped Nextflow launcher to 24.10.0.
  • Added name validation to custom containers during Data Studio session creation.

Bug fixes

  • Propagate EFS mount path to container volume.
  • Include optimization data to launch request, if present.
  • Correctly update user through profile page.
  • Input form view not working for private GitHub repos during pipeline quicklaunch.
  • Improved layout on large displays.
  • Added missing permissions check to data studio checkpoint "Start as new" option.
  • Workspace secrets not selected by default during pipeline quicklaunch with new launch form.
  • Added volumes to data studio job definition.
  • Users with "Maintain" role and lower can edit resource labels when launching with the new pipeline launch form.
  • Do not register the "User" route if user personal workspace is disabled.
  • Apply the old launch form behavior to the new launch form when launching a shared pipeline from a private workspace.
  • Improved error messaging for expired Git credentials.

Seqera Cloud v24.2.0_cycle26

Seqera Cloud authentication updates

Seqera Platform Cloud has migrated to a new authentication provider, which includes two major changes to the login flow.

Passwords for email login

  • Users signing in via email: The next time you sign in to Seqera Cloud, select the option to create a new account — "Create one" — and add a password for your existing account. All your existing account information will be preserved and all future sign-ins can be completed with your new password.

  • Users using Github/Google sign-in: You are not required to define a password for your account and shouldn’t see any changes on your next sign-in.

Account linking

Users that sign in with multiple accounts associated with the same email address: You will be prompted to optionally merge your accounts into a single account. This will merge all your work across the two different accounts into the same account and give you the option to sign in via either method of authentication.

If you choose not to merge accounts, you will not be prompted again. If you wish to merge accounts later, or would like to merge accounts with different email addresses, contact Seqera Support.

Feature updates and improvements

  • Data Studios now support GPUs.
  • The pipeline parameters input form now supports JSON schema draft 2020-12.
  • Augment Data Studios images with custom Conda environment.
  • Data studio creation now includes YAML validation.
  • Data Studios build stats now appear in the Dashboard.
  • New data studios now include "Add only" and "Add and start" actions.

Bug fixes

  • Added back to login button in authentication error screen.
  • Added custom token cookie login handler for Nextflow requests to receive authentication cookies.
  • Data Studios UI fixes.
  • Jedis connection pool config which caused potential instabilities.
  • Improved Data Studios error messaging.
  • Deleted Data Studio checkpoint on build failure.
  • Updated default Data Studios tool versions.
  • Failed Data Studios can now be deleted.
  • Set launch form to parameters step view by default when a pipeline schema is present, regardless of specification.
  • Dashboard persisted filters exclude workspace IDs the user no longer has access to.
  • Do not fetch info for INVALID status pipelines, fetch for all other statuses including DISABLED.
  • Fixed a problem with Azure Entra credential creation.
  • Return an empty list of data studios when receiving an invalid status.
  • Fallback to primary compute environment when launching a shared pipeline without an associated compute environment from a private workspace.

Seqera Cloud v24.2.0_cycle25

Feature updates and improvements

  • Data Studios
  • Quick Launch now accepts pipelines that do not have a branch named master.
  • Improved query times on some clean up job queries.
  • NF Launcher image is now pulled by default from cr.seqera.io public registry instead of quay.
  • The new Launch Form now appears in Quick Launch and personal workspaces.
  • Improved fetching of the cloud cost estimation for Google Cloud Platform's (GCP) spot instances.
  • ECS container timeout configuration is now set to 10 minutes by default (ECS_CONTAINER_CREATE_TIMEOUT=10m,ECS_CONTAINER_STOP_TIMEOUT=10m,ECS_MANIFEST_PULL_TIMEOUT=10m).

Bug fixes

  • If the revision was not specified in Quick Launch, schemas did not fetch correctly.
  • Retrieving managed identity IDs on updates resulted in the system displaying the incorrect managed identity.
  • Start in new tab from the Data Studio form didn't navigate back the main tab to Data Studios page.

Seqera Cloud v24.2.0_cycle24

Feature updates and improvements

  • Data Studios
    • Added direct Data Explorer browse link to mounted data items.
    • Made Studio details page tabs routable.
  • Data Explorer
    • Highlight invalid custom datalinks.
    • Removed folder validation.
  • Updated Azure service principal credentials.
  • Defined cache configuration once, only override changes.
  • Disabled AWS and Google Batch spot instance auto retry.
  • Updated 204 pipeline schema response description.
  • Patch workflow revision.
  • Render Parameters UI correctly with new schemas based on 2020-12 draft.
  • Upgraded to Angular 16.
  • Pipeline launch form: Delegate form creation to a form builder service.

Bug fixes

  • Connection to Redis SSL server.
  • pairingId declaration in API schema.
  • Copying empty list for cloud data links.
  • Visual glitches in launch form.
  • Datalink status always null.
  • Updated last used field in compute environment when creating a data studio job.
  • Terminated by Tower error.

Seqera Cloud v24.2.0_cycle23

Bug fixes

  • Data Explorer
    • Added routing to enable task working directory navigation using Data Explorer in personal workspaces.
  • Removed -/+ increment buttons from numeric input components in Platform, including compute environment and launch form interfaces.
  • Hide compute environment variables section actions when component is disabled (previously indicated that environment variables could be edited in this state).

Seqera Cloud v24.2.0_cycle21

Feature updates and improvements

  • Added global Nextflow configuration support in compute environments.
  • Added flexibility for pipeline names in workspaces.
  • Added tag propagation to launch templates.
  • Added managed identities support for manual Azure Batch compute environments.
  • Implemented custom launch container logic.

Bug fixes

  • Improved workflow launch screen look and feel.
  • Allowed pipeline work directory to be changed during pipeline launch.
  • Handled special characters in prompt modal confirmation text regex.

Version bumps

  • Bumped nf-launcher:j17-24.04.4
  • Bumped codecommit 0.2.1

Seqera Cloud v24.2.0_cycle20

Feature updates and improvements

  • Added code blocks syntax highlighting and background color.
  • Role selector dropdown detail.
  • Updated navbar help and support links.

Bug fixes

  • Disabled launch form submit button during form validation.
  • Updated team guest welcome email visuals and copy.
  • Tag search with underscore.
  • Added missing gap between shared badge and labels.
  • Data Studios template override.
  • View credentials back navigation.
  • Data Explorer search bar misalignment.
  • Parameters merging in schema form without key in schema.

Version bumps

  • Bumped nf-launcher:24.04.3

Seqera Cloud v24.1.0_cycle17

Feature updates and improvements

  • Data Studios
    • Data studio user activity auditlog.
    • Delete checkpoints.
    • Rename checkpoints.
  • Data Explorer
    • Multi-download functionality.
  • Managed identities: Allow organization members and collaborators to list managed identities.