1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

Fix liniting errors in headers.

This commit is contained in:
Venkat Malladi 2021-11-18 15:49:08 -06:00
parent 845a9ce971
commit 1dacc2f3fe

View file

@ -3,29 +3,29 @@
To be used with the `azurebatch` profile by specifying the `-profile azurebatch` when running nf-core pipelines. 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`. Custom queue and storage need to be supplied with `params.az_location`, `params.batch_name`, `params.batch_key`, `params.storage_name`, `params.sas_token`.
### Required Parameters ## Required Parameters
#### `--az_location` ### `--az_location`
The Azure Batch region where the computation is executed in VMs. Default (`westus2`). The Azure Batch region where the computation is executed in VMs. Default (`westus2`).
#### `--batch_name` ### `--batch_name`
The Azure Batch account name. The Azure Batch account name.
#### `--batch_key` ### `--batch_key`
The Azure Batch account key. The Azure Batch account key.
#### `--storage_name` ### `--storage_name`
The Azure Blob Storage name. Example is currently [Illumina Platinum Genomes](https://docs.microsoft.com/en-us/azure/open-datasets/dataset-illumina-platinum-genomes?tabs=azure-storage). **This must be changed to your specific storage account.** The Azure Blob Storage name. Example is currently [Illumina Platinum Genomes](https://docs.microsoft.com/en-us/azure/open-datasets/dataset-illumina-platinum-genomes?tabs=azure-storage). **This must be changed to your specific storage account.**
#### `--sas_token` ### `--sas_token`
The Azure Blob Storage shared access signature token. Example is currently [Illumina Platinum Genomes](https://docs.microsoft.com/en-us/azure/open-datasets/dataset-illumina-platinum-genomes?tabs=azure-storage). **This must be changed to your specific storage account.** The Azure Blob Storage shared access signature token. Example is currently [Illumina Platinum Genomes](https://docs.microsoft.com/en-us/azure/open-datasets/dataset-illumina-platinum-genomes?tabs=azure-storage). **This must be changed to your specific storage account.**
### Optional Parameters ## Optional Parameters
#### `--work_dir` #### `--work_dir`