Skip to main content

Seqera Cloud v26.2.0_cycle69

Feature updates and improvements

Studios

  • Added filtering to the Studios list, with the selected filters persisted across navigation.

Compute environments

  • Added an OS disk size setting to Azure Cloud compute environments.
  • Added an optional Region field to the Azure credential forms, with autocomplete suggestions and free-text entry for regions outside the catalog.

Pipelines

  • Added support for Nextflow v26.08.0-edge.
  • Improved launch performance by reducing the number of SCM calls made on the launch path.

Data Explorer

  • Added search to the data link selector in the bucket action form.

Platform API

  • Added an optional creationSource query parameter to the data links list endpoint, so clients can request only user-created or only cloud-discovered links.
  • Added the ability to regenerate presigned upload URLs for an in-progress AWS upload through the existing Data Explorer upload endpoint.

Co-Scientist

  • Added a usage display to the chat panel.
  • Docked the chat panel beside the page content instead of overlaying it.
  • Improved the conversation history list and chat input responsiveness.

Bug fixes

Compute environments

  • Fixed false "region not found" warnings on Azure credentials by probing Azure Batch in the credential's own region instead of westeurope, and by validating Batch access on the compute environment rather than the credential.
  • Fixed compute environment deletion being possible while creation was still in progress.
  • Fixed the compute environment details page to redirect to the compute environment list after a deletion.
  • Fixed forged Azure Cloud compute environments losing their Nextflow configuration.
  • Fixed runs being flagged for attention when a UserData script failed.

Credentials

  • Fixed credential validation to back off and escalate probes that fail permanently, instead of retrying them at the same rate.

Monitoring and observability

  • Fixed the runs toolbar disappearing in loading and empty states.

Credits

  • Fixed the credits report download to show progress and offer a cancel control.

Platform API

  • Fixed GA4GH WES to return 404 instead of 500 for an unknown run ID on run describe, status, and cancel.
  • Fixed the OpenAPI reference to declare optional response properties as nullable, so conforming validators and generated clients no longer reject valid responses.

General

  • Fixed the default workspace preference not being cleared correctly.