Wave v1.17.2
Feature updates and improvements
UI/UX
- Improved inspect view by @munishchouhan in https://github.com/seqeralabs/wave/pull/795
Full changelog: https://github.com/seqeralabs/wave/compare/v1.17.1...v1.17.2
Full changelog: https://github.com/seqeralabs/wave/compare/v1.17.1...v1.17.2
Full changelog: https://github.com/seqeralabs/wave/compare/v1.17.0...v1.17.1
Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.8...v1.17.0
Bugfix release to improve stability.
removeLogs is false.serveFusion.fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.1-amd64.json'
}
For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.1-arm64.json'.
errorStrategy and maxRetries default Nextflow config for AWS and GCP launches. Platform will not overwrite existing error strategy coded in the pipeline repository.errorStrategy and maxRetries.You can revert to the default setting used in Nextflow prior to 24.10 with the following configuration options:
aws.batch.maxSpotAttempts = 5
google.batch.maxSpotAttempts = 5
Set task.maxRetries to a non-zero value to restore Platform to prior behaviour.
How do I retry Spot failures while making them visible?
There is no mechanism in Nextflow to specifically report Spot retries. However you can set process.maxRetries = 5 to retry all failures (including Spot reclamations) a specified number of times before failure.
errorStrategy default Nextflow config for AWS and GCP launches. The Nextflow job now correctly terminates after pipeline completion.schemaName when editing a pipeline.mainScript path.preferred_username as fallback email field for OIDC login.lastUpdated for existing duplicates. Going forward, the system gives preference to the credentials updated last when multiple candidates exist. Additionally added a duplicate check when creating new credentials, to avoid new duplicate cases.TraceContextFilter logging context propagation by @pditommaso in 396c10c2Full changelog: https://github.com/seqeralabs/wave/compare/v1.16.7...v1.16.8