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
.
Name of Azure blob storage account.
Access key to Azure blob storage account. --storage_key
or --storage_sas
are required, but not both.
SAS for access to Azure blob storage account (see relevant permissions on Nextflow documentation). --storage_key
or --storage_sas
are required, but not both.
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 container to be used as Nextflow work directory (-w az://work
).
VM size to use with Nextflow autopool or when creating a worker pool in Azure Batch. Make sure your Azure account has sufficient quota. Defaults to Standard_D8s_v3
. See Azure VM Size documentation for more information.
Whether to use Nextflow autopool mode which creates an autoscaling pool for running Nextflow jobs. Defaults to true
.
Allow Nextflow to create a pool for running Nextflow jobs. Defaults to true
.
Allow Nextflow to delete pools after completion. Defaults to true
.
Select an existing pool by name to run Nextflow jobs on. Defaults to auto
(matching --autopoolmode
).
URL to Azure container registry for private docker images.
Username to access private Azure container registry.
Password to access private Azure container registry.
Please refer to the Nextflow documentation which describe how to setup the Azure Batch environment.