What's new in sett 5.10.0? πŸš€

We’re excited to announce the release of sett version 5.10.0, packed with bug fixes and new features to enhance your experience.

Changelogs πŸ“œ: Detailed changelogs are available for both sett-guiand sett-cli:

Download πŸ“₯: The latest version can be downloaded from the download page.

Systematically opt in/out of check for updates πŸ”„

In sett GUI 5.9.0, we added a new “Check for updates” setting. This setting allows users to opt in and out of the automatic check for updates on startup. This setting can now be controlled by system administrators using the SETT_CHECK_FOR_UPDATES environment variable. When this variable is set, the user cannot override it from the application. For more details on this environment variable, see the dedicated documentation section.

List data packages available from CLI

We added a new sett portal packages command to sett CLI. This commands uses authentication to the BioMedIT Portal to list all of the data packages available for decryption, across all of the user’s projects.

sett portal packages

βœ… Available Data Packages
foo_20250320T104232.zip      project:  Foo
foo_20250321T100326.zip      project:  Foo
foo_20251103T093133.zip      project:  Foo
bar_1187244105.zip           project:  Bar
bar_865414481.zip            project:  Bar
bar_917921861.zip            project:  Bar

⚠️  The following errors occurred when listing packages for certain projects:
- Failed to list bucket content for project 'Baz' (bucket path: https://example.org//baz)

This command supports authentication via Personal Access Token (PAT), using the --pat option. This feature removes interactive authentication, enabling automated download and decryption of data packages.

Need Help or Have Feedback? ❀️

For questions or feedback, contact the BioMedIT Central Team at biomedit@sib.swiss.

The BioMedIT Central Team