Wave v1.16.6
Feature updates and improvements
- Used Caffeine for Tiered cache lock cache by @pditommaso in https://github.com/seqeralabs/wave/pull/785
Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.5...v1.16.6
Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.5...v1.16.6
Full Changelog: https://github.com/seqeralabs/wave/compare/v1.16.4...v1.16.5
workspaceId in launch API by @pditommaso in https://github.com/seqeralabs/wave/pull/780Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.3...v1.16.4
Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.2...v1.16.3
Full changelog: https://github.com/seqeralabs/wave/releases/tag/v1.16.2
Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.0...v1.16.1
fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.8-amd64.json'
}
For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.8-arm64.json'.
Bugfix release to improve stability.
.bak file when using BAM and Tabix indexSeqera Enterprise version 24.2 introduces new Data Studios features, global Nextflow configuration at the compute environment level, Azure service principal and managed identity authentication support, and a number of bug fixes and performance enhancements.
data_studio_session_build_started and data_studio_session_build_failed appear in the audit log events table.workflow/launch API endpoint. This allows you to specify a custom container using the launchContainer key in your request body when submitting a workflow execution. For example:
{
"launch": {
"id": "T3xxxxxxxxxxig",
"launchContainer": "quay.io/seqeralabs/nf-launcher:j17-23.10.1-up1",
"computeEnvId": "6Uxxxxxxxxxxxhl",
"workDir": "s3://your-bucket",
"pipeline": "https://github.com/nextflow-io/hello",
...
}
}