Wave v1.28.0
Feature updates and improvements
- Added CRAN package support for Wave container builds by @pditommaso in #874
Full changelog: https://github.com/seqeralabs/wave/compare/v1.27.0...v1.28.0
Full changelog: https://github.com/seqeralabs/wave/compare/v1.27.0...v1.28.0
fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.17-amd64.json'
}
For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.17-arm64.json'.
fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.16-amd64.json'
}
For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.16-arm64.json'.
fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.5-amd64.json'
}
For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.5-arm64.json'.
Release v2.5.5 with GCP snapshot support, critical race condition fixes, dependency updates, and improved reliability.
entryService including invariants, lock upgrade patterns, and TOCTOU prevention.TestBandwidthExecutor/PriorityExecution statistical reliability by increasing buffer and task counts.rmdir() properly fails on non-empty directories.The MultiQC v1.32 release features one major change:
This has been brewing for a long time, and is a large rewrite of how MultiQC HTML / CSS and JS is written and packaged.
MultiQC now supports simple theming with Bootstrap color modes, and the updated default template ships with both light- and dark-mode by default 😎.
The old template is still available, but has been renamed to original.
Full changelog: https://github.com/seqeralabs/wave/compare/v1.26.0...v1.26.1
Full changelog: https://github.com/nextflow-io/nextflow/releases/tag/v25.10.0
config.schema package to config.spec by @bentsherman in #6485executor.jobName config option by @bentsherman in #6375Full changelog: https://github.com/nextflow-io/nextflow/releases/tag/v25.09.2-edge