mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
Fix name of Params
This commit is contained in:
parent
58fe1a5808
commit
306c802b4e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
//Nextflow config file for running on Azure batch
|
//Nextflow config file for running on Azure batch
|
||||||
params {
|
params {
|
||||||
config_profile_description = 'AWSBATCH Cloud Profile'
|
config_profile_description = 'Azure BATCH Cloud Profile'
|
||||||
config_profile_contact = 'Venkat Malladi (@vsmalladi)'
|
config_profile_contact = 'Venkat Malladi (@vsmalladi)'
|
||||||
config_profile_url = 'https://azure.microsoft.com/services/batch/'
|
config_profile_url = 'https://azure.microsoft.com/services/batch/'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue