2021-11-18 20:51:39 +00:00
# nf-core/configs: azurebatch Configuration
To be used with the `azurebatch` profile by specifying the `-profile azurebatch` when running nf-core pipelines.
2021-11-18 21:28:34 +00:00
Custom queue and storage need to be supplied with `params.az_location` , `params.batch_name` , `params.batch_key` , `params.storage_name` , `params.sas_token` .
2021-11-18 20:51:39 +00:00
2021-11-18 21:49:08 +00:00
## Required Parameters
2021-11-18 21:47:27 +00:00
2021-11-18 21:49:08 +00:00
### `--az_location`
2021-11-18 21:47:27 +00:00
The Azure Batch region where the computation is executed in VMs. Default (`westus2`).
2021-11-18 21:49:08 +00:00
### `--batch_name`
2021-11-18 21:47:27 +00:00
The Azure Batch account name.
2021-11-18 21:49:08 +00:00
### `--batch_key`
2021-11-18 21:47:27 +00:00
The Azure Batch account key.
2021-11-18 21:49:08 +00:00
### `--storage_name`
2021-11-18 21:47:27 +00:00
2021-11-19 00:06:54 +00:00
The Azure Blob Storage name.
2021-11-18 21:47:27 +00:00
2021-11-18 21:49:08 +00:00
### `--sas_token`
2021-11-18 21:47:27 +00:00
2021-11-19 00:06:54 +00:00
The Azure Blob Storage shared access signature token.
2021-11-18 21:47:27 +00:00
2021-11-18 23:52:24 +00:00
### `-w`
2021-11-18 21:47:27 +00:00
2021-11-18 23:52:24 +00:00
The Azure Blob container to be used as Nextflow work directory (`-w az://work`).
2021-11-18 21:47:27 +00:00
2021-11-18 20:51:39 +00:00
## Azure Batch Setup
Please refer to the [Nextflow ](https://www.nextflow.io/docs/edge/azure.html ) documentation which describe how to setup the Azure Batch environment.