Overview 🌀
This release includes updates to support canonical + legacy Azure style paths in inputs and outputs!
Quick Start ⚡
Tip
This example requires Azure credentials and a real Azure-backed TES endpoint
process {
executor = 'tes'
container = 'ubuntu:24.04'
}
tes {
endpoint = 'https://<EXAMPLE AZURE ENDPOINT>'
}
azure {
storage {
accountName = '<STORAGE ACCOUNT>'
accountKey = '<KEY>'
}
}nextflow run seqeralabs/nf-canary -w 'az://<CONTAINER>/work'What's Changed
- test: Add TES config options to unit tests ⚙️ in #23
- hotfix: Correct tes config block in e2e tests in #26
- Added in validator spec keys for TES so that warnings are no longer there by @vsmalladi in #29
- Fix az path normalization issue by @vsmalladi in #27
New Contributors
- @vsmalladi made their first contribution in #29
Full Changelog: 1.4.1...1.4.2