Seqera Cloud v26.2.0_cycle70
Feature updates and improvements
Compute environments
- Grouped compute environment selects by platform, listed the workspace primary environment first, and added an in-panel search that matches on name, region, and platform.
- Changed the pre-selected compute environment in launch forms from the alphabetically first environment to the workspace primary environment.
General
- Removed the count badges from the Runs, Reports, Datasets, and Projects tabs.
Bug fixes
Credentials
- Fixed the Password field helper text on the GitLab and Gitea credential forms to state that a personal access token must be entered in both the Access token and Password fields, and that the Password field is required for Nextflow versions before 26.04.
Pipelines
- Fixed the launch form to preserve the output directory when resuming a run, instead of publishing to the pipeline default.
- Fixed user-typed launch parameters being discarded when a config profile or revision change re-fetched the parameters.
- Fixed schema default parameters being dropped from the submitted parameters after selecting a config profile.
- Fixed nested parameter groups being submitted as
null, which disabled Launch with no way to clear the error.