To be used with the azurebatch
profile by specifying the -profile azurebatch
when running nf-core pipelines.
Custom queue and storage need to be supplied with params.az_location
, params.batch_name
, params.batch_key
, params.storage_name
, params.sas_token
.
The Azure Batch region where the computation is executed in VMs. Default (westus2
).
The Azure Batch account name.
The Azure Batch account key.
The Azure Blob Storage name.
The Azure Blob Storage shared access signature token.
The Azure Blob container to be used as Nextflow work directory (-w az://work
).
Please refer to the Nextflow documentation which describe how to setup the Azure Batch environment.