From 306c802b4ec66abd722402a8d5ad7ccf3d2a1b08 Mon Sep 17 00:00:00 2001 From: Venkat Malladi Date: Thu, 16 Dec 2021 09:27:23 -0600 Subject: [PATCH] Fix name of Params --- conf/azurebatch.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/azurebatch.config b/conf/azurebatch.config index 0fbb5c4..bdf13de 100644 --- a/conf/azurebatch.config +++ b/conf/azurebatch.config @@ -1,6 +1,6 @@ //Nextflow config file for running on Azure batch params { - config_profile_description = 'AWSBATCH Cloud Profile' + config_profile_description = 'Azure BATCH Cloud Profile' config_profile_contact = 'Venkat Malladi (@vsmalladi)' config_profile_url = 'https://azure.microsoft.com/services/batch/'